You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support DLQ, RetryPolicy properties for EventBridgeRule,Schedule event sources (#1842)
* Add DeadLetterConfig,RetryPolicy properties for EventBridgeRule,Schedule event sources
* Minor fix,rename function argument
* Update test class name
* Combine dlq extraction/generation into the utility class
* Remove unused import
* fix: propagate condition to sqs queue policy for sqssubscription (#1798)
* fix: propagate condition to sqs queue policy for sqssubscription
* Update unit test for function_event_conditions
* Update black commands in Makefile to check only .py files
* Update test with one more SNS event source with sqsSubscription set
* Revert "Update black commands in Makefile to check only .py files"
This reverts commit 115ff09.
* chore: Remove biased language from pylintrc (#1847)
* fix: Support new CodeDeploy ManagedPolicy (#1858)
* fix: Support new CodeDeploy MangedPolicy in regions without AWSCodeDeployRoleForLambda
CodeDeploy is migrating from AWSCodeDeployRoleForLambda to AWSCodeDeployRoleForLambdaLimited.
Some partitions do not support AWSCodeDeployRoleForLambda and therefore we need to use the newer
one in those partitions. We cannot widely update to AWSCodeDeployRoleForLambdaLimited since this
can cause customer's stacks to fail unexpectedly.
* Forgot to commit unit tests
* Handle PR feedback
Co-authored-by: Jacob Fuss <[email protected]>
* fix: Update Slack invite link (#1877)
Co-authored-by: Jacob Fuss <[email protected]>
* feature: Support for custom checkpointing (#1883)
Co-authored-by: Vinayak <[email protected]>
* Fix: Description in AWS::Serverless::HttpApi (#1884)
* Fix: Description in AWS::Serverless::HttpApi
* Update _set to _add
* Update AWS::S3::Bucket properties (#1885)
* Update AWS::S3::Bucket properties
* Fix type checking validators for AWS::S3::Bucket
* Update to use any_type() in favor of supporing ref
* Fix: Replaced invalid AMQ managed policy by providing policy statements (#1891)
* Fix for invalid MQ event source managed policy
* Fix for invalid managed policy for MQ, included support for new MQ event source property, updated test cases
* Black reformatting
* Test case changes
* Changed policy name
* Modified test cases with new policy name
* chore: bump version 1.34.0 (#1892)
* Fix: SAM crashes method_definition for path is invalid (#1802)
* Fix: SAM crashes method_definition for path is invalid
* Fix: SAM crashes whenmappings is null
* Removed print statement in test_translator
* Fix: Swagger security not a dict
Co-authored-by: Mufaddal Makati <[email protected]>
Co-authored-by: ejafarli <[email protected]>
Co-authored-by: _sam <[email protected]>
Co-authored-by: Jacob Fuss <[email protected]>
Co-authored-by: Jacob Fuss <[email protected]>
Co-authored-by: vinayaksood <[email protected]>
Co-authored-by: Vinayak <[email protected]>
Co-authored-by: Qingchuan Ma <[email protected]>
Co-authored-by: Mufaddal Makati <[email protected]>
Co-authored-by: Mufaddal Makati <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Read the [SAM Documentation Contribution Guide](https://github.com/awsdocs/aws-s
87
87
started.
88
88
89
89
### Join the SAM Community on Slack
90
-
[Join the SAM developers channel (#samdev)](https://join.slack.com/t/awsdevelopers/shared_invite/zt-h82odes6-qYN2Cxit7hBGIvC6oMjGpg) on Slack to collaborate with fellow community members and the AWS SAM team.
90
+
[Join the SAM developers channel (#samdev)](https://join.slack.com/t/awsdevelopers/shared_invite/zt-idww18e8-Z1kXhI7GNuDewkweCF3YjA) on Slack to collaborate with fellow community members and the AWS SAM team.
0 commit comments