How to deploy AWS Lambda (NET 6) to AWS using Github Action?

0

My Lambda (NET6) Function is in Github repository. I have build it using Github Action. How to deploy it using Github action? May be any examples?

Oleg
preguntada hace un año671 visualizaciones
1 Respuesta
1

If using SAM you can try a GitHub actions as explained here: https://aws.amazon.com/blogs/compute/using-github-actions-to-deploy-serverless-applications/

If not, you would still need to hook it with e.g. CDK commands so that lambda gets built and then pushed to aws as part of Infrastructure as Code flow

profile picture
EXPERTO
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