Skip to content

pikselpalette/sequoia-js-client-sdk-sample-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piksel Palette

Sample AWS Lambda application using Sequoia JS Client SDK

See the Piksel Palette Javascript Client SDK for more information.

This sample is an AWS Lambda function which shows you how to use the SDK. See src/index.js to see how simple it is to get started.

To change the zip name, see the package script. To change the handler name, update the webpack output filename.

Build & Deploy

Build and package. This will generate dist/test.zip which can be deployed to AWS Lambda.

npm run package

Deploy. Either via the AWS Console, or using the AWS CLI. The default handler is test.handler

aws lambda update-function-code --function-name MyFunction --zip-file fileb://./dist/test.zip

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published