Blogs
Reference API Gateway Models in CloudFormation
API Gateway Models are defined using JSON Schema. You can reference a Model inside another ...
Aug
Reduce your AWS bill with Savings Plans
We are getting used to consuming compute capacity on-demand. The pay-per-use model is an essential ...
Aug
Reduce GitHub runner costs by leveraging EC2 spot instances
We learned the hard way, that GitHub Actions is getting expensive when using GitHub-hosted runners. ...
Aug
Record AWS API calls to improve IAM Policies
Have you ever looked at an IAM policy and wondered: Is it really necessary to ...
Aug
Real-world CodePipeline CI/CD examples
AWS CodePipeline helps us to orchestrate CI/CD pipelines. To implement real-world pipelines, CodePipeline calls additional ...
Aug
Rapid CI/CD with CodeBuild to deploy PHP and Docker
There are many options available when you are looking for ways to implement a deployment ...
Aug
Protect AWS SDK calls with Bulkheads and Circuit Breakers
If you use one of the AWS SDKs to make queries to the AWS API ...
Aug
Protect Amazon Connect from viruses and malware by scanning attachments
Four years ago, we stumbled into Amazon Connect. In essence, Amazon Connect allows your users ...
Aug
Programming your CDN: CloudFront and Lambda@Edge
Minimizing the load time of your websites and applications is essential for two reasons. First, ...
Aug