Sign inSign up

danmgs/cicd-dotnetcore-lambda

By danmgs

Updated almost 7 years ago

Image
0

270

danmgs/cicd-dotnetcore-lambda repository overview

cicd-dotnetcore-lambda

AWS Lambda in dotnetcore with CICD

  • Pour le rendre publiable sur AWS, ajouter dans le csproj Lambda

  • Ajouter dans le projet le fichier de configuration: aws-lambda-tools-defaults.json

  • Useful Links

http://maxhorstmann.net/blog/2017/05/22/ci-dotnetcore-lambda/ https://docs.aws.amazon.com/fr_fr/codebuild/latest/userguide/sample-docker-custom-image.html https://docs.aws.amazon.com/fr_fr/cli/latest/userguide/install-linux.html#install-linux-awscli

  • Useful Commands docker build -t danmgs/cicd-dotnetcore-lambda:latest . docker run -it --entrypoint bash danmgs/cicd-dotnetcore-lambda:latest

Tag summary

Content type

Image

Digest

Size

758.3 MB

Last updated

almost 7 years ago

docker pull danmgs/cicd-dotnetcore-lambda