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?

preguntada hace un año211 visualizaciones
2 Respuestas
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
respondido hace un año
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
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas