https://github.com/excamera/lambdainfraautotools
Pipeline support for excamera
https://github.com/excamera/lambdainfraautotools
Last synced: about 2 months ago
JSON representation
Pipeline support for excamera
- Host: GitHub
- URL: https://github.com/excamera/lambdainfraautotools
- Owner: excamera
- Created: 2016-04-24T22:28:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T21:04:08.000Z (almost 10 years ago)
- Last Synced: 2025-11-15T20:40:33.780Z (4 months ago)
- Language: Makefile
- Size: 950 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pipelines
Pipeline support for excamera
Dependencies:
automake, autoconf & awscli
$ (Linux) : sudo apt-get install autoconf
$ pip install awscli
$ (OS X) : brew install autoconf && brew install automake
Enviroment Variables:
You have to set the following variables
"AWS_ACCESS_KEY_ID",
"AWS_SECRET_ACCESS_KEY",
"ROLE" - This is the ARN of the role that the lambda will assume when running.
"LAMBDA_NAME" - The name of the lambda
You need to have a adminuser profile in ~/.aws/credentials
To build:
$ ./autogen.sh
$ ./configure
$ make clean
$ make build
$ make lambdainstall
$ make check
To update:
$ make build
$ make updateinstall
$ make check
To clean tmp files before commiting to git:
$ ./clean.sh
File "SampleOutput.md" has a sample execution