You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can also set the default <topic_identifier> to be the one created with the task Cloudformation template.
On the subscription side, Fargate is not well connected to SNS as of today. We need to insert Lambda or SQS to trigger Fargate. This gets a little ugly, but that's what handoff is for. We can provide a simple and clean way of defining what we want to do and handoff handles the ugly AWS wiring (and easy transition to other cloud providers (Google Cloud Platform, Azure) in the future implementation.)
The text was updated successfully, but these errors were encountered:
Currently, handoff tasks are triggered by CRON schedules.
I'm thinking to add a Pub/Sub feature. This direction makes a lot of sense in terms of
...all along with the serverless philosophy of handoff.
Example use-case: ELT orchestration
AWS implementation ideas
As for AWS implementation, which is the only handoff platform implementation for now,
Then maybe we can define in project.yml something like:
We can also set the default <topic_identifier> to be the one created with the task Cloudformation template.
On the subscription side, Fargate is not well connected to SNS as of today. We need to insert Lambda or SQS to trigger Fargate. This gets a little ugly, but that's what handoff is for. We can provide a simple and clean way of defining what we want to do and handoff handles the ugly AWS wiring (and easy transition to other cloud providers (Google Cloud Platform, Azure) in the future implementation.)
The text was updated successfully, but these errors were encountered: