Skip to content

Producer, this project is getting from aws s3 bucket a excell file, this process the data and in the end all data rows are in dynamo db.

License

Notifications You must be signed in to change notification settings

cristianPerez/awsNodeLamdaFunction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-NODE-LAMBDA-FUNCTION

Install

  • Install dependencies:
npm install
  • Install serverless globally using next command.
npm i -g serverless

Configuration

  • For configurate your local environment use the next command and replace the xxxxxx with your AWS credentials.
serverless config credentials --provider aws --key xxxxxxxx --secret xxxxxxxxxx

Preparing

  • For check that you have your credentials you can do the next command:
cat ~/.aws/credentials

Deploy

  • Run that command:
sls deploy -v

About

Producer, this project is getting from aws s3 bucket a excell file, this process the data and in the end all data rows are in dynamo db.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published