Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@calavera calavera released this 12 Sep 01:45
· 23 commits to master since this release
c0d3366

What's Changed

  • Fix issue deserializing url queries. by @calavera in #88
  • fix(aws_lambda_events): Mark response_elements optional by @martinjlowm in #91
  • fix(aws_lambda_events): Mark session_context optional for CloudTrail by @martinjlowm in #90
  • S3 object lambda event by @calavera in #92
  • Fix optional fields in Cognito responses. by @calavera in #93
  • Add SqsBatchResponse to static events by @jamescoleuk in #95
  • Update with Go additions. by @calavera in #96
  • fix(sns): Properly handle non-required fields, and correct casing. by @Xtansia in #97
  • fix(apigw): make http_method optional for custom auth req and context by @sdd in #99
  • Fix casing for sns events. by @calavera in #101
  • Implement the cloudwatch_logs module manually. by @calavera in #100
  • SQS / SNS nested object parsing by @sdd in #103
  • apigw: add api_key_id field to RequestIdentity struct by @sebboer in #106
  • cognito: Fix nullable cognito pre-token-gen event ClaimsOverrideDetails by @sebboer in #105
  • Implement Default in structures that allow it. by @calavera in #108

New Contributors

Full Changelog: v0.6.2...v0.7.0