question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

We 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
zangell44commented, May 9, 2019

currently taking a stab at a PR for this

1reaction
cicdwcommented, May 14, 2019

Yea @zangell44, sorry if that wasn’t clear! I’ll add something to our Contributions doc to surface this better.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found