Skip to content

Commit 564d7ad

Browse files
authoredNov 21, 2024
Merge pull request #3688 from aws/release-v1.93.0
Release 1.93.0 (to main)
2 parents 4960606 + b5df724 commit 564d7ad

File tree

58 files changed

+3962
-569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+3962
-569
lines changed
 

‎.cfnlintrc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ ignore_templates:
137137
- tests/translator/output/**/function_with_intrinsics_resource_attribute.json # CFN now supports intrinsics in DeletionPolicy
138138
- tests/translator/output/**/function_with_snapstart.json # Snapstart intentionally not attached to a lambda version which causes lint issues
139139
- tests/translator/output/**/managed_policies_everything.json # intentionally contains wrong arns
140+
- tests/translator/output/**/function_with_metrics_config.json
140141
ignore_checks:
141142
- E2531 # Deprecated runtime; not relevant for transform tests
142143
- E2533 # Another deprecated runtime; not relevant for transform tests

‎docs/globals.rst

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Currently, the following resources and properties are being supported:
7575
EphemeralStorage:
7676
RuntimeManagementConfig:
7777
LoggingConfig:
78+
FileSystemConfigs:
7879
7980
Api:
8081
# Properties of AWS::Serverless::Api
@@ -113,6 +114,10 @@ Currently, the following resources and properties are being supported:
113114
# Properties of AWS::Serverless::SimpleTable
114115
SSESpecification:
115116
117+
LayerVersion:
118+
# Properties of AWS::Serverless::LayerVersion
119+
PublishLambdaVersion:
120+
116121
Implicit APIs
117122
~~~~~~~~~~~~~
118123

0 commit comments

Comments
 (0)
Failed to load comments.