Skip to content

Put Steps from Android app to MongoDB Database

Notifications You must be signed in to change notification settings

rafee/put_steps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

put_steps

Put Steps from Android app to MongoDB Database

To deploy this function into AWS you have to follow below steps:

Create the function in AWS Portal or AWS SDK command line

Name the function as put_steps(Because that's put as a variable name in Makefile)

pip install --target . pymongo bson

Then run the command make in direcory. It creates a zip file outside the directory

After that you run make deploy at the same directory. This command uploads the zip to S3 and deploys the function from S3 to AWS lambda.

About

Put Steps from Android app to MongoDB Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published