Skip to content

Changelog

v1.1.0

  • DependencyError removed due to its redundancy with IntegrationError

  • Added a new API-level configuration option: auth_cache_ttl

  • Added a new Endpoint-level configuration option: cron

  • Fixed an API GW Lambda Authorizer issue where changes to the policy cache TTL were not applied unless the API was manually redeployed via the API Gateway menu in the AWS Console

  • Refactored statement dictionaries' names in Messages by using snake_case instead of camelCase

  • Fixed an local debug server issue where request threading was not done properly, causing infinite loading

  • Added to HttpError an optional error_code field for custom error identification codes

  • Refactored @controller_method to log any exception raised so it gets properly printed in CloudWatch logs