Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Create a CloudFormation installation option. #17

Closed
imhogan opened this issue Feb 26, 2016 · 2 comments
Closed

Create a CloudFormation installation option. #17

imhogan opened this issue Feb 26, 2016 · 2 comments
Assignees

Comments

@imhogan
Copy link

imhogan commented Feb 26, 2016

It would be great to make a web-only - you could publish a pre-signed "requester pays" S3 URL to a cloud formation template, and the cloud formation template would load the Lambda function code from a "requester pays" bucket. You need to use Mappings so that a bucket in the same region as the stack is being created in is used as the Lambda function source. See my attached sample template for an example of this.
think-perform-waste-analysis-apigateway-V1-stack.template.txt

With any luck you should be able to use the following presigned requester pays URL in cloud formation to try this out:

https://au-com-thinkronicity-opencode-apne1.s3-ap-northeast-1.amazonaws.com/think-perform-waste-analysis-apigateway-V1-stack.template?AWSAccessKeyId=ASIAIOS4QBXNGP2P7J4A&Expires=1456536663&Signature=2A%2BByLVAqy1%2FSBGItXVwr9cAW6g%3D&x-amz-request-payer=requester&x-amz-security-token=AQoDYXdzEJr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEawAIXPK1yZCBttmz16XicQ5%2F%2BbXatKq2GIZjsdITeElLmEap56Ue1Q%2FsZi8Q%2FB7QVagKie6ya4f1mngorzN7dCl1%2FiLLbmVEddm0H1zKNm0OrD6FlCyOVLzvogkwsy8oZv8UQTDDT6KIb0fcKx2hvQnYhYG8EM8oQPMqo8piwCLJe1wWG3lp%2F6%2FzGZukLQcS9CbCOqU7QbgmvI7k1GwAN8fTu%2FsK1ISOAu6hWQsesi9wJ27iKtgLhKLOBLdf5OKynQw9vvStCycBPZzuLOQ34qxAJDrcW1qmHJTwDhQ5zqEsrKqLxuoWVk%2BQf8eOojyUdVKLgPeRunmRW6dK2Awp6qs1tz9k9lVV4ojbalW6E%2BaUfTXracOcMTW9PkJI2p56idASYv3Yv0%2BjXwiD1OCOw61llgBQt9dUZ4l77VIFkwrJWfiDF3MO2BQ%3D%3D

@carlnordenfelt
Copy link
Owner

Not a bad Idea at all. I'll see what I can do :)

@carlnordenfelt
Copy link
Owner

Console deploys are supported from version 1.2.0. In fact, they have completely replaced the previous installation scripts.

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

No branches or pull requests

2 participants