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

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.

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
![Application](/AWS-ECS-DotNet-System-Infrastructure.jpg)