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.
- Host: GitHub
- URL: https://github.com/ttrzcinski/debuggingexample
- Owner: ttrzcinski
- Created: 2021-01-13T15:24:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T17:47:44.000Z (over 5 years ago)
- Last Synced: 2025-05-21T06:12:51.772Z (about 1 year ago)
- Topics: aws, aws-cli, awssam, bash, lambda, netcore31, s3, x-ray
- Language: C#
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/