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
asked 10 months ago619 views
1 Answer
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
EXPERT
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions