Using crhelper with moto
#8239
Replies: 2 comments 4 replies
|
Hi @RajasGujarathi, only the If you have a small example test to show what you're trying to accomplish, I'm happy to have a look to see if that's doable in Moto - just no promises when I'll have time 🙂 |
|
We have a custom build framework, which does the build for Lambda. But in essence, it sees if a folder (Lambda code directory) has a |
Uh oh!
There was an error while loading. Please reload this page.
I have a Lambda function that is implemented to be invoked as Cloudformation Custom resources. The Lambda function uses
crhelperfor interaction with Cloudformation.Is it possible to test such a Lambda by invoking, using moto?
All reactions