Can we support `invoke local`
See original GitHub issue💡 Feature description
I’d love to be able to serverless invoke local
to do some quick testing
💻 Basic example
My question is more if its even possible
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:15 (9 by maintainers)
Top Results From Across the Web
Invoke Local - AWS Lambda - Serverless Framework
AWS - Invoke Local. This runs your code locally by emulating the AWS Lambda environment. Please keep in mind, it's not a 100%...
Read more >Invoking Lambda functions locally - AWS Documentation
You can invoke your AWS Lambda function locally by using the sam local invoke AWS SAM CLI command and providing the function's logical...
Read more >Invoking AWS Lambda functions locally using AWS SAM CLI
With AWS SAM CLI set up, you can invoke Lambda functions locally. Other than that, you can also use AWS Cloud9 to develop...
Read more >Invoke local support for provided runtime #5542 - GitHub
I 'm not sure how open this project is to having a dependency on docker but I've discovered a way to get "invoke...
Read more >aws lambda - How to pass parameters to serverless invoke local
As long as you have your Lambda's ARN, you can invoke both the lambda runtime as well as the cloudstack with the Stackery...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
a patch was released https://github.com/serverless/serverless/releases/tag/v1.39.1 Ill check again when I get home tonight and publish a release
serverless/serverless#5863 is now merged. Hopefully, we can add support for
invoke local --docker
soon.