Building AWS Ruby Lambdas that Require Gems with Native Extension
Creating Ruby AWS Lambdas that have Gem Dependencies with Native Extensions
Jan 30, 20236 min read

Search for a command to run...
Creating Ruby AWS Lambdas that have Gem Dependencies with Native Extensions

Over the last several years, the Python community has been moving towards a packaging layout format known as the src layout as the recommended way to organize directories and files for Python Packages. The main takeaways of the src layout are: Your ...

This article shows how to deploy your own EventCatalog in AWS CloudFront via Terraform and updates to the Catalog via CI/CD (CircleCi in this case, but can be easily applied to other CI systems). It also shows how to use Lambda@Edge to implement Goog...
