An open API service indexing awesome lists of open source software.

https://github.com/ttrzcinski/debuggingexample

Project created based on https://aws.amazon.com/blogs/compute/developing-net-core-aws-lambda-functions/ with update to .net Core 3.1 and AWS CLI v2.
https://github.com/ttrzcinski/debuggingexample

aws aws-cli awssam bash lambda netcore31 s3 x-ray

Last synced: about 2 months ago
JSON representation

Project created based on https://aws.amazon.com/blogs/compute/developing-net-core-aws-lambda-functions/ with update to .net Core 3.1 and AWS CLI v2.

Awesome Lists containing this project

README

          

# DebuggingExample
Project created based on https://aws.amazon.com/blogs/compute/developing-net-core-aws-lambda-functions/ with update to .net Core 3.1 and AWS CLI v2.

# How to run it?
Inside main catalog is a deploy_it.sh script - run it to build, package and deploy with test after.

# Used services:
- AWS Lambda
- AWS S3
- AWS X-Ray
- AWS SAM
- AWS API GateWay
- AWS CLI v2

# Reference
https://aws.amazon.com/blogs/compute/developing-net-core-aws-lambda-functions/