Category: Javascript
-
Safety Nets: CloudFormation Custom Resources for Regional API Gateways
Up until this week we’ve been utilizing edge optimized custom domains within our API Gateways. This has been really easy to set up using CloudFormation and has been a great way for us to tightly control the URLs used to access our REST platform. In order to support a more global expansion of the platform […]
-
Carefully Poking Holes: Using Cross Account Custom Authorizers in API Gateway
First off, apologies for the brief hiatus. I hit a bit of a busy period with work and fell off the posting wagon. AWS recently introduced support for API Gateway to use a Lambda custom authorizer in API Gateway. Previously the Lambda custom authroizer had to exist in the same AWS account as the API […]
-
Crash Test Dummy: Building, and Testing Angular Apps in AWS CodeBuild
As part of an upcoming post around how we achieved Blue/Green functionality within AWS for I wanted to cover off a bit of a technical hurdle we overcame this week around how to build and test a web app in AWS CodeBuild. So what’s the big deal? AWS CodeBuild lets you use a whole bunch […]