Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.37.0 #2069

Merged
merged 4 commits into from
Jun 23, 2021
Merged

Release/v1.37.0 #2069

merged 4 commits into from
Jun 23, 2021

Conversation

mgrandis
Copy link
Contributor

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.

jfuss and others added 4 commits June 23, 2021 13:54
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 <[email protected]>
…ws#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.
@codecov-commenter
Copy link

Codecov Report

Merging #2069 (82456cb) into release/v1.37.0 (a3a99d3) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           release/v1.37.0    #2069      +/-   ##
===================================================
+ Coverage            93.63%   93.68%   +0.05%     
===================================================
  Files                   90       90              
  Lines                 6094     6095       +1     
  Branches              1249     1249              
===================================================
+ Hits                  5706     5710       +4     
+ Misses                 180      178       -2     
+ Partials               208      207       -1     
Impacted Files Coverage Δ
samtranslator/__init__.py 100.00% <100.00%> (ø)
...translator/translator/managed_policy_translator.py 94.44% <100.00%> (+0.32%) ⬆️
samtranslator/translator/logical_id_generator.py 100.00% <0.00%> (+9.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a3a99d3...82456cb. Read the comment docs.

@mgrandis mgrandis merged commit c594f9b into aws:release/v1.37.0 Jun 23, 2021
mgrandis added a commit that referenced this pull request Jul 6, 2021
* Release/v1.37.0 (#2069)
* chore: bump version to 1.37.0 (#2068)

* fix: Increase PageSize of ListPolicies Paginator (#2033)
Co-authored-by: Jacob Fuss <[email protected]>
Co-authored-by: Jacob Fuss <[email protected]>

* feat: Support VIRTUAL_HOST as Type for SourceAccessConfiguration for MQ events (#76) (#2078)
Co-authored-by: Renato Valenzuela <[email protected]>
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.

6 participants