how to develop on a serverless architecture

0

we use loads of lambda, eventbridge, all that good stuff. My devs were favouring a local environment, but this is clearly not possible. How do we write code / release fast, with a serverless architecture, without having to deploy every tiny change back up to AWS?

asked a year ago230 views
2 Answers
0

AWS has extensive tools to support the developer community. Please check the tools page here: https://aws.amazon.com/developer/tools/

Specifically for the development of serverless applications, Cloud9 IDE can be used which is integrated with the AWS environment. https://aws.amazon.com/cloud9/

AWS
answered a year ago
0

When you mention favoring a local environment, was your team using AWS Serverless Application Model (SAM) to test and debug serverless applications locally?

We recommend using SAM to locally test and debug serverless applications to verify expected behavior before packaging and deploying the application to test further.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions