Skip to content

a lambda for fetching the weekly updates from mongodb

Notifications You must be signed in to change notification settings

wwebdev/wwebdev-api

Repository files navigation

wwebdev-api

a lambda for fetching the weekly updates from mongodb

running locally

npm install lambda-local -g

npm run test

deploying

rm function.zip

zip -r function.zip .

aws lambda update-function-code --function-name getWeeklies --zip-file fileb://function.zip

About

a lambda for fetching the weekly updates from mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published