-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment guide (and more) #220
Comments
Hello, I have opened an issue regarding health checks of the application, it's related to cloud deployment #283 As far as I am concerned, I was just about to finish a state of the art infra-as-code deployment on AWS ECS (container), but then got stuck at the very end as I realised my service would keep rebooting because it failed the default health check, and I had no way to implement one |
…f 'Serverless Framework'
…f 'Serverless Framework'
#698) * [#220] Add Serverless Framework guide and example code. * Updates from code review with @seratch Co-authored-by: Kazuhiro Sera <[email protected]> * [#220] Document 'processBeforeResponse' option * Apply suggestions from code review with @shaydewael Co-authored-by: Shay DeWael <[email protected]> * Apply suggestions from code review @seratch Co-authored-by: Kazuhiro Sera <[email protected]> * [#220] Update with feedback from @shaydewael * [#220] Update README.md of example app from run to develop * [#220] Remove ngrok from example scripts * [#220] Minor updates to consistency after code review feedback * [#220] Update guide to be 'Deploying to AWS Lambda' instead of 'Serverless Framework' * [#220] Rename guide and examples app from serverless-framework to aws-lambda * [#220] Fix README.md table of contents for developing an app * [#220] Add codecov.yml to ignore examples directory * [#220] Move codecov.yml to top-level directory * [#220] Update wording of opening sentence for running the app locally. - Thanks @shaydewael #698 (comment) * [#220] Small tweaks after final review. Co-authored-by: Kazuhiro Sera <[email protected]> Co-authored-by: Shay DeWael <[email protected]>
Quick update for the container service support: We've published a simple example app demonstrating how to build a Docker image for Bolt JS apps. https://github.com/slackapi/bolt-examples-aws-re-invent-2020/tree/main/lightsail-containers/javascript Although we don't have guide document on the website yet, the steps to build a Docker image is the same for other platform services. |
Closing this since we have a Heroku and Lambda guide available. We also have an We may want to import our AWS guides from https://github.com/slackapi/bolt-examples-aws-re-invent-2020 to showcase AWS Gateway Lambda and Lightsail |
(Update) We've started releasing a few deployment guides:
Description
Produce a documentation guide which describes the process of deploying a Bolt app to various hosting platforms. This is a list of possible hosting providers, in roughly priority order:
Currently, we believe providers 1 through 4 are substantial enough for the first iteration of this guide.
We are looking for comments regarding:
Which hosting platforms are important to you, or do you think should be prioritized sooner?
Do you have any experience with the specific hosting providers mentioned, and can you advise on strategies you would recommend for the deployment to those providers?
Related work:
General:
AWS:
Heroku:
app.json
Docker:
docker-compose.yml
andDockerfile
Azure:
azuredeploy.json
) template(s), "Deploy to Azure" buttonRequirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: