Skip to content

abhi9tiwari/AwsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

The service consists of two API endpoints:
    
	a) POST /store: Accepts JSON data from the user, stores it in an S3 bucket, and returns the file’s URL and eTag.
   	b) GET /retrieve: Retrieves all stored JSON data from the S3 bucket and returns it as an array.
      	These endpoints are managed by AWS API Gateway, with AWS Lambda functions performing the data handling. JSON files are stored in S3 with a unique ID for each file.

Architecture
    	S3 Bucket: Stores JSON data files.
    	API Gateway: Manages the HTTP POST and GET endpoints.
    	Lambda Functions: Handles data storage and retrieval operations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published