AWSResco icon indicating copy to clipboard operation
AWSResco copied to clipboard

Terraform for s3 bucket and deployments?

Open ckelner opened this issue 9 years ago • 4 comments

ckelner avatar Jan 17 '16 16:01 ckelner

@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

ryansydnor avatar Jan 20 '16 00:01 ryansydnor

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

ckelner avatar Jan 20 '16 01:01 ckelner

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

ryansydnor avatar Jan 22 '16 02:01 ryansydnor

@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 :)

ryansydnor avatar May 17 '16 04:05 ryansydnor