Skip to content

MSweather/ImageProcessingMontyCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Setup and Deployment Instructions

Follow the steps below to set up the local environment and deploy your application.

1. Install Dependencies

To install all the required dependencies, run the following command:

pip install -r requirements.txt

2. Start Localstack

Start the Localstack service by running the command:

localstack start

3.Set Up DynamoDB and S3

Navigate to the setup directory and run the following scripts to set up DynamoDB and S3 in Localstack:

python dynamodb.py
python s3.py

4. Install Serverless Framework (If Not Installed)

If you don't have the Serverless Framework installed, run the following command:

npm install -g serverless

5. Deploy the Application

Deploy the Serverless Functions Run the following command to deploy the Serverless framework:

serverless deploy
cd app
serverless deploy

This will:

Create the API Gateway Upload the code to AWS Lambda functions Attach the Lambda functions to the API Gateway

That's it! Your application is now set up and deployed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages