Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 372 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 372 Bytes

jyotish-lambda

kunjara/jyotish for AWS Lambda

Deploy to Lambda

# customize serverless.yml as needed

# install dependencies
composer install
npm install

# deploy
serverless deploy

Call Lambda Function

# install dependencies
cd test
npm install

# change AWS region in invokeLambda.js as needed

# run test script
node invokeLambda.js