DynaDev

Tag: rds

  • 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 […]