Skip to content

v0.3.0

Compare
Choose a tag to compare
@marshall7m marshall7m released this 10 Aug 01:55
· 596 commits to master since this release
17a45af

Upgrades

  • Replace AWS API Gateway resources with Lambda Function URLs. With the recent release of AWS Lambda Function URLs, Lambda Functions can now be invoked by their own HTTPS endpoint. Given the module only needs endpoints for simple webhook events, the Lambda Function URLs are a better fit than the AWS API Gateway. This removes the cost and management of the API Gateway resources within the module.
  • With the deletion of the API, comes the removal of the github_webhook_validator module. The request authentification logic that was performed within the validator Lambda Function will now be migrated into the receiver Lambda Function.