Skip to content

Commit dc98f4a

Browse files
committed
updating readme
1 parent 27b8a38 commit dc98f4a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
> **Deprecation warning:** This codelab has not been updated to the latest version of the Slack API.
2-
>
3-
> See [Deploying a containerized web application](https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app) to learn about deploying web applications with Kubernetes Engine. Use the [Slack Events API](https://slack.dev/node-slack-sdk/events-api) to listen and respond to Slack messages with a web application.
1+
# Build a Slack Bot with Node.js on Cloud Run
42

5-
# Build a Slack Bot with Node.js on Kubernetes
6-
7-
This repository contains the source code for the [Build a Slack Bot with Node.js on Kubernetes
3+
This repository contains the source code for the [Build a Slack Bot with Node.js on Cloud Run
84
Google codelab][cloud-slack-bot-codelab].
95

106
[![Build Status][travis-status-image]][travis-status]
@@ -28,15 +24,17 @@ Google codelab][cloud-slack-bot-codelab].
2824
### Documentation
2925

3026
- [Google Cloud Platform][cloud]
27+
- [Google Cloud Run][run]
3128
- [Google Container Engine][container-engine]
3229
- [Google Container Registry][container-registry]
33-
- [Kubernetes][kubernetes]
30+
- [Google Secret Manager][secret-manager]
3431
- [Slack API][slack-api]
3532

3633
[cloud]: https://cloud.google.com/
34+
[run]: https://cloud.google.com/run
3735
[container-engine]: https://cloud.google.com/container-engine/
3836
[container-registry]: https://cloud.google.com/container-registry/
39-
[kubernetes]: http://kubernetes.io/
37+
[secret-manager]: https://cloud.google.com/secret-manager
4038
[slack-api]: https://api.slack.com/
4139

4240
## Contributing

0 commit comments

Comments
 (0)