Skip to content

The Online API that the build system hooks into to publish to the raspberry pi

License

Notifications You must be signed in to change notification settings

chriiiish/ci-christmas-tree-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-christmas-tree-api

The Online API that the build system hooks into to publish to the raspberry pi

Deployment

To build the application:

sam package --template-file template.yml --s3-bucket <YOUR S3 BUCKET> --output-template-file packaged.yaml

To deploy the application

sam deploy --template-file packaged.yaml --stack-name <MY STACK NAME> --capabilities CAPABILITY_NAMED_IAM
# Or to Deploy with a particular topic:
# sam deploy --template-file packaged.yaml --stack-name <MY STACK NAME> --parameter-overrides "topic=<mytopic>" --capabilities CAPABILITY_NAMED_IAM

IoT Policy

You can run the iot-policy.cfn.yaml template to create the policy for the IoT devices

About

The Online API that the build system hooks into to publish to the raspberry pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages