aws-samples / serverless-patterns

Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.
https://serverlessland.com
Other
1.47k stars 858 forks source link

New Serverless pattern - Upload file to S3 Bucket using pre-signed URL (Java | SAM) #2241

Closed biswanathmukherjee closed 3 weeks ago

biswanathmukherjee commented 1 month ago

Issue #, if available:

Description of changes: This sample project deploys an Amazon API Gateway REST API with an AWS Lambda integration. The Lambda function, written in Java, generates a presigned URL with write access to an Amazon S3 Bucket. The provided test class uploads a file into the S3 bucket using the presigned URL.

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

parikhudit commented 3 weeks ago

Thanks for the contribution @biswanathmukherjee. Our DA team will merge the changes soon.