Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: presentation proposal #2345

Merged
merged 3 commits into from
May 12, 2023
Merged

Conversation

iabdelkareem
Copy link

@iabdelkareem iabdelkareem commented May 9, 2023

Assignment Proposal

Title

Serverless Workflow Orchestration with AWS Step Functions

Names and KTH ID

Deadline

  • Week 9

Category

  • Presentation

Description

Serverless technologies are great but often developers want to orchestrate multiple actions as part of a business process in response to certain event. Orchestrating actions within a distributed systems can be challenging for many reasons such as:

  • Often there're many actions involved (e.g., calls to serverless function, transforming event data, making decisions, ...etc.)
  • The need for visual feedback to know which steps where executed successfully and which are not.
  • Execution of long running tasks in serverless distributed environment.

In this presentation I'll show you what's AWS Step Functions, why you may need it, and how it can help you to orchestrate your serverless workload.

Relevance

Serverless technologies are relevant to DevOps.

@javierron
Copy link
Collaborator

Hello @iabdelkareem. Thanks for the proposal.
There has been a similar presentation before in the course (see #987).
I suggest that you find a more specific topic about GitOps. It can be a specific practice or tool, and deliver a deep dive into that.

@javierron javierron self-assigned this May 10, 2023
@javierron javierron added proposal A task proposal presentation One of the task categories listed in README.md labels May 10, 2023
@iabdelkareem
Copy link
Author

Thanks for your feedback @javierron I've updated the PR to a more specific topic in GitOps

@javierron
Copy link
Collaborator

Hello @iabdelkareem, on the presentation I referenced before Those exact same topics were already covered.

@iabdelkareem
Copy link
Author

Hi @javierron thank you for the feedback. I changed the topic completely from GitOps as I wasn't sure if there's anything else to cover that hasn't been part of previous contributions.

@javierron
Copy link
Collaborator

Hello @iabdelkareem. This topic is much more focused, and has not been presented before. Good luck with the presentation and demo.

@javierron javierron merged commit b5d2fc7 into KTH:2023 May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
presentation One of the task categories listed in README.md proposal A task proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants