Skip to content

Conversation

@mgrandis
Copy link
Contributor

@mgrandis mgrandis commented Jul 6, 2021

Issue #, if available:

Description of changes:

Description of how you validated changes:

Checklist:

  • Write/update tests
  • make pr passes
  • Update documentation
  • Verify transformed template deploys and application functions as expected

Examples?

Please reach out in the comments, if you want to add an example. Examples will be
added to sam init through https://github.com/awslabs/aws-sam-cli-app-templates/

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

mgrandis and others added 2 commits June 23, 2021 14:37
* Revert "fix: Crash when using an invalid method in open api (#2001)" (#2021)

This reverts commit d57b132.

* fix: Increase PageSize of ListPolicies Paginator (#2033)

SAM runs within a Lambda function and loads IAM Managed Policies once per
Lambda. Previous to this, SAM would call IAM 9 times which could cause
throttling by IAM. With this change, we update the MaxItems from the
default of 100 to the max (1000). In local testing, this has shown
a 0.6 second reduction in the latency in calling IAM.

Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>

* Revert "Issue 1508 remove check requiring identity ... (#1577)" (#2038)

This reverts commit 0eb3630.

This change caused regression, reverting until the bug is fixed.

bug: `ReauthorizeEvery` can be a `dict` when intrinsic functions are used.

* chore: bump version to 1.37.0 (#2068)

Co-authored-by: Jacob Fuss <32497805+jfuss@users.noreply.github.com>
Co-authored-by: Jacob Fuss <jfuss@users.noreply.github.com>
Co-authored-by: _sam <3804518+aahung@users.noreply.github.com>
…MQ events (#76) (#2078)

Co-authored-by: Renato Valenzuela <37676028+valerena@users.noreply.github.com>
@mgrandis mgrandis merged commit 25fa8a8 into master Jul 6, 2021
@jfuss jfuss deleted the release/v1.37.0 branch October 8, 2021 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants