Skip to content

Better development and deployment processΒΆ

In order to improve development and deployment process we can use (serverless framework)[https://serverless.com/].

This will create a project on your local machine as well as YAML configuration.

Then you will be able to deploy it from terminal using serverless deploy.


Serverless Framework Website: https://serverless.com/

AWS Getting Started Guide (with Serverless Framework): https://serverless.com/framework/docs/providers/aws/guide/quick-start/

Managing AWS Credentials (for using the Serverless Framework): https://serverless.com/framework/docs/providers/aws/guide/credentials/

Serverless Framework on Github: https://github.com/serverless/serverless