Brett Andrews

Results 99 comments of Brett Andrews

Unfortunately, there's no way for me to confirm that it's working entirely, since Civ won't send a confirmation ping to the webhook. At best, I can send a message to...

PR for fixing BinaryMediaTypes is in update #954

Closing in favor of #142

There are currently higher priority items we are focusing on. I've increased the priority label for visibility during planning and hope to get to this one along with #142 soon

@0xdevalias one way to accomplish this is to have a CloudFormation stack in us-east-1 which creates your certificate, and then use `Fn::ImportValue` https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html to reference it in your stack in...

These are great. Thanks for the input so far!

@Nr18 I have a general idea as I've done this setup before. This repo by Eric Hammond is similar to what we have in mind https://github.com/alestic/aws-git-backed-static-website. There was also the...

Adding a `DomainName` property to the AWS::Serverless::API resources which configures this all for you is probably what we want here.

I added an RFC for this here https://github.com/awslabs/serverless-application-model/issues/783. I'm going to close out this issue as a workaround has been posted, and we have a path forward to a simpler...

This is similar to https://github.com/awslabs/serverless-application-model/issues/479 for APIs only deploying when the Swagger changes. We do have a proposal for APIs to always deploy even when we can't detect a change...