CDK Construct for Athena DynamoDB Connector
The AWS Athena connector for DynamoDB enables you to query data stored in Amazon DynamoDB using Amazon Athena, which is typically used to query structured data in S3 using standard SQL. Since DynamoDB
The AWS Athena connector for DynamoDB enables you to query data stored in Amazon DynamoDB using Amazon Athena, which is typically used to query structured data in S3 using standard SQL. Since DynamoDB
So, I have a funny story. I was testing a new app in Terraform, and thought it would be a good idea to define my Terraform State bucket and lock table in the Terraform code. Everything went well, all my infrastructure was defined as code, and for a while everything was perfect…
We maintain a CloudFormation custom resource provider for Amazon Connect. The provider has grown organically, and as new features were added, the default role policy has become large. The provider can
If you are looking for a low-cost blogging platform on AWS, look no further! I wanted something very easy to use, which has a lot of features and uses my core tools (AWS, Node, CDK, Markdown). For thi
We occasionally have a client who does not allow us to create IAM roles in their AWS account. In this scenario we must define the roles in CloudFormation, they create them, and we inject the role ARNs
We pulled together a team on Friday night, built an app on Saturday, and presented on Sunday. Not a win, but what a great experience!
I while ago I optimized my Screen Saver Gallery API by loading a flat data file into lambda memory. A nightly job selects a random subset of the database and stores it in S3, and the API uses that fil
I will be presenting at FloridaJS on Amazon Connect and Lex. Sign up here DetailsThis is an IN-PERSON event AI from the big three providers can make it a snap to quickly create what you need before tr
I am now an AWS Certified SysOps Administrator - Associate! 5 years of AWS experience adds up. I only studied about 5 hours for the test using these Udemy practice exams.
I use this bash loop to package an AWS SAM template to multiple regions. This script stages the CloudFormation template and assets in a regional bucket. You can share the bucket with other accounts vi