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?

posta un anno fa230 visualizzazioni
2 Risposte
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
con risposta un anno fa
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande