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
已提問 1 年前檢視次數 671 次
1 個回答
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
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南