Skip to content

feat: Add .NET implementation of Lambda S3 Files mount pattern#3164

Open
PankajRawat333 wants to merge 1 commit into
aws-samples:mainfrom
PankajRawat333:pankajrw-feature-lambda-s3-files-cdk-dotnet
Open

feat: Add .NET implementation of Lambda S3 Files mount pattern#3164
PankajRawat333 wants to merge 1 commit into
aws-samples:mainfrom
PankajRawat333:pankajrw-feature-lambda-s3-files-cdk-dotnet

Conversation

@PankajRawat333

Copy link
Copy Markdown
Contributor

Add a new serverless pattern that deploys a .NET 10 Lambda function with an Amazon S3 Files file system mounted at /mnt/s3data. The function performs standard file operations (read, write, list) using the local filesystem without S3 API calls.

Uses isolated VPC subnets with an S3 Gateway VPC endpoint.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Add a new serverless pattern that deploys a .NET 10 Lambda function with
an Amazon S3 Files file system mounted at /mnt/s3data. The function
performs standard file operations (read, write, list) using the local
filesystem without S3 API calls.

Uses isolated VPC subnets with an S3 Gateway VPC endpoint instead of a
NAT gateway for a more cost-effective design.
@PankajRawat333 PankajRawat333 force-pushed the pankajrw-feature-lambda-s3-files-cdk-dotnet branch from df4f2cd to a009547 Compare June 21, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants