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
feita há um ano671 visualizações
1 Resposta
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
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas