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

Implement SQS-based communication #1

Open
4 tasks
mcopik opened this issue Feb 16, 2023 · 2 comments
Open
4 tasks

Implement SQS-based communication #1

mcopik opened this issue Feb 16, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mcopik
Copy link
Contributor

mcopik commented Feb 16, 2023

One communication channel we have yet to cover so far is AWS SQS. We could use it to communicate between functions, with the main limitation being the low message size (256 kB) and the need for base64 encoding.

Steps for the solution:

  • Allocate the SQS client and select a proper queue.
  • Implement a new indirect channel.
  • Implement splitting serialized data across multiple packets.
  • Add tests covering the new communication method.
@mcopik mcopik added enhancement New feature or request good first issue Good for newcomers labels Feb 16, 2023
@whiz-Tuhin
Copy link

Hi @mcopik,
I am going through the FMI paper and your thesis and am interested in contributing to this project.
Should I get started on this issue ?

@mcopik
Copy link
Contributor Author

mcopik commented Feb 13, 2024

@whiz-Tuhin yes, please :-) Implementing SQS using existing interfaces should be straightforward.

Let me know if you have any questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants