Skip to content

Commit

Permalink
Update Serverless Framework URL
Browse files Browse the repository at this point in the history
The previous url pointed to a missing resource, '/framework', but later gets redirected to '/cli'. I find this tutorial really helpful and would like to keep at the best possible maintenance standards.
  • Loading branch information
nosahama authored Apr 4, 2020
1 parent f8ae163 commit 8d5eb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ This is the main chat page where the real-time messaging is displayed. You will

### Backend

To deploy the backend, this project uses the [Serverless Framework](https://serverless.com/framework/) which is backed by [AWS CloudFormation](https://aws.amazon.com/cloudformation/). In the `api/serverless.yml` file, functions, events, resources and services are defined which Serverless uses to deploy the appropriate Lambda functions, API Gateway services and additional CloudFormation resources.
To deploy the backend, this project uses the [Serverless Framework](https://serverless.com/framework/docs/) which is backed by [AWS CloudFormation](https://aws.amazon.com/cloudformation/). In the `api/serverless.yml` file, functions, events, resources and services are defined which Serverless uses to deploy the appropriate Lambda functions, API Gateway services and additional CloudFormation resources.

#### IoT Topics

Expand Down

0 comments on commit 8d5eb78

Please sign in to comment.