Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform for s3 bucket and deployments? #14

Open
ckelner opened this issue Jan 17, 2016 · 4 comments
Open

Terraform for s3 bucket and deployments? #14

ckelner opened this issue Jan 17, 2016 · 4 comments
Assignees

Comments

@ckelner
Copy link
Owner

ckelner commented Jan 17, 2016

No description provided.

@ckelner ckelner self-assigned this Jan 17, 2016
@ryansydnor
Copy link
Contributor

@ckelner - I'm interpreting this issue as a question to talk about deployment options. I did a little spike of this for a static website I was prototyping. I use the following workflow.

Github webhook->aws API gateway->lambda function->DL source->upload source to s3

It's a bit complicated, but the deployment process is a breeze (similar to Heroku - just git push and profit).

If you want to check out the source, look here: https://github.com/ryansydnor/bb

@ckelner
Copy link
Owner Author

ckelner commented Jan 20, 2016

Awesome, thanks @ryansydnor, and you interpreted correctly! I will take a look.

@ryansydnor
Copy link
Contributor

@ckelner - came across this repo which documents the process quite well. Might be helpful! https://github.com/taylorking/LambdaDeploy

@ryansydnor
Copy link
Contributor

@ckelner - I automated what I described above using cloudformation and some custom scripts. Check it out: https://github.com/ryansydnor/hugo-cd

Hopefully you can leverage it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants