flipper83 / serverlessCourse

the serverles course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS_PROFILE=serverless-local npx serverless deploy

or

npx serverless deploy --aws-profile serverless-local ./node_modules/.bin/serverless deploy

create the variable path SLSUSER with you name for the lambda creation.

Be careful setting environment variables. because node run in other processes, if you don't 'export' the ENV var is going to run in the local process and not in the node process.

About

the serverles course


Languages

Language:JavaScript 100.0%