-
moto/tests/test_sqs/test_sqs_integration.py Lines 13 to 21 in bd71374 Hi, I was just wondering if I needed to mock a lambda trigger from sqs and I was just wondering if it's possible to test the trigger without docker - i.e. only using sqs and the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Short answer: No, this is not supported. I do think it's a useful feature though, especially as a follow-up/extension to #5721, so I'll treat this as an enhancement request. |
Beta Was this translation helpful? Give feedback.
-
Hi @rishacha, this is now fixed in the upcoming v5 release. All service-specific decorators are be replaced with a single
See the full release announcement here: #7198 (Edited to clarify that V5 is now released). |
Beta Was this translation helpful? Give feedback.
Hi @rishacha, this is now fixed in the upcoming v5 release.
All service-specific decorators are be replaced with a single
@mock_aws
decorator. To use the simple Lambda implementation everywhere, you can specify this in the configuration:See the full release announcement here: #7198
(Edited to clarify that V5 is now released).