DynaDev

Tag: lambda

  • Running Binaries in AWS Lambda

    Running Binaries in AWS Lambda

    One of the major perks of Lambda functions is their simple approach to helping us automate infrastructure tasks. We just provide the code and it does it’s thing. In this article, I’ll go through such a scenario, but with the added caveat of executing a binary from directly within the Lambda. The outcome of this […]

  • AWS WAF – Validate Blocked Requests

    AWS WAF – Validate Blocked Requests

    One of the issues I’ve come across with AWS WAF is that it can be incredibly difficult, tedious and time-consuming to tailor rules that block all requests that should be blocked without occasionally, inadvertently blocking perfectly valid requests to the platform. This can cause a lot of headache, so I came up with a custom […]