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: add getting started for SQS triggers #46

Merged
merged 6 commits into from
Sep 11, 2023

Conversation

cyclimse
Copy link
Contributor

@cyclimse cyclimse commented Sep 4, 2023

Summary

  • Added a simple trigger example for all function languages (node, go, PHP, python, rust)
  • Terraform configuration to deploy the functions and create a queue
  • Some test files to send messages
  • Small pipeline to check basic properties with offline testing framework for node, go, python

Checklist

  • I have reviewed this myself.
  • I have attached a README to my example. You can use this template as a reference.
  • I have updated the project README to link my example.

Details

Cockpit logs:

image

Running send_messages.py scripts:

image

@cyclimse cyclimse force-pushed the feat/triggers-getting-started branch from c390b49 to 6806772 Compare September 5, 2023 11:45
@cyclimse cyclimse changed the title feat: add simple getting started triggers feat: add getting started for SQS triggers Sep 5, 2023
@cyclimse cyclimse marked this pull request as ready for review September 5, 2023 13:07
@cyclimse cyclimse closed this Sep 5, 2023
@cyclimse cyclimse reopened this Sep 5, 2023
Copy link
Contributor

@norbjd norbjd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some nits so I'll approve. Be sure to rerun the tests whatever you change, just to make sure it still works!

functions/triggers-getting-started/README.md Show resolved Hide resolved
functions/triggers-getting-started/main.tf Outdated Show resolved Hide resolved
functions/triggers-getting-started/messaging.tf Outdated Show resolved Hide resolved
@cyclimse cyclimse merged commit 57dc57d into main Sep 11, 2023
6 of 7 checks passed
@cyclimse cyclimse deleted the feat/triggers-getting-started branch November 10, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants