AWS Lambda Tasks
See original GitHub issueWe should include some tasks for interacting / invoking AWS Lambda functions inside our src/prefect/tasks/aws/
submodule. We should probably include a few tasks:
- Create a Lambda function
- Invoke a Lambda function
- List all Lambda functions?
- Delete a Lambda function
If there’s an ability to return the value from an invoked lambda function, that could be useful in the “invoke” task (maybe as a toggle-able option).
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
AWS Lambda Tasks - Amazon Simple Workflow Service
AWS Lambda is a fully managed compute service that runs your code in response to events generated by custom code or from various...
Read more >Implementing AWS Lambda Tasks - AWS Flow Framework for ...
Using Lambda tasks in your AWS Flow Framework for Java workflows · A Lambda function to execute. You can use any Lambda function...
Read more >Automate tasks in your AWS account with Lambda
To automate tasks with specific timing and without any input, follow the instructions in Creating an EventBridge rule that triggers on a ...
Read more >Lambda Tasks - AWS SDK for Java 1.x
As an alternative to, or in conjunction with, Amazon SWF activities, you can use Lambda functions to represent units of work in your...
Read more >Trigger AWS Lambda Functions Using Amazon Simple Workflow
You can now use Amazon Simple Workflow (SWF) to trigger your AWS Lambda functions. AWS Lambda is a compute service that runs your...
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 Free
Top 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
currently taking a stab at a PR for this
Yea @zangell44, sorry if that wasn’t clear! I’ll add something to our Contributions doc to surface this better.