https://github.com/denzel-awuah/dotnet-s3lambda
AWS Lambda function that reacts to AWS S3 Events. Processes the event data, then stores updates in AWS DynamoDB table.
https://github.com/denzel-awuah/dotnet-s3lambda
aws-dynamodb aws-lambda aws-s3 csharp dotnet-core
Last synced: 2 months ago
JSON representation
AWS Lambda function that reacts to AWS S3 Events. Processes the event data, then stores updates in AWS DynamoDB table.
- Host: GitHub
- URL: https://github.com/denzel-awuah/dotnet-s3lambda
- Owner: Denzel-Awuah
- Created: 2025-02-14T01:57:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T03:13:47.000Z (over 1 year ago)
- Last Synced: 2025-02-16T04:18:25.645Z (over 1 year ago)
- Topics: aws-dynamodb, aws-lambda, aws-s3, csharp, dotnet-core
- Language: C#
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## .NET 8 AWS Lambda Function with AWS S3
A .NET 8 Lambda Function that recieves events from AWS S3.
## Deployment
This Lambda Function plays a role in a larger system deployed to AWS that uses services such as a Elastic Container Service Cluster, an AWS S3, and a DynamoDB table.
## Deployment Strategy
