Example using aws lamda to create a dotnet core app

 

To create an AWS lambda with a dotnet core app

aws lambda create-function --function-name my-function --zip-file fileb://webapi.zip --handler index.handler --runtime dotnet6 --role arn:aws:iam::your-subscription:role/mylambda




Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm