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?

demandé il y a un an212 vues
2 réponses
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
répondu il y a un an
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions