Confetti patternConfetti pattern

Posts tagged aws

Confetti patternConfetti pattern
  • Add types to your AWS lambda handler

    Lambdas handlers can be invoked with many different, but always complex, event arguments. Add to that the context, callback, matching return type and you basically start listing all the different ways that your function can fail in production.

  • AWS CDK Lambda and DynamoDB dependency management

    A discussion about issues we've stumbled upon and a solution that simplified our CDK workflow.

  • Testing with DynamoDB Toolbox

  • Creating Tables with DynamoDB Toolbox

  • Instantly update your Lambda functions (development)

  • Centralize your AWS Lambda Errors

  • How to easily develop and deploy TypeScript Lambda functions

  • DynamoDB nodejs Testing Tool