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 serverless version update #38

Merged
merged 3 commits into from
Feb 19, 2024
Merged

Conversation

xoscar
Copy link
Collaborator

@xoscar xoscar commented Feb 16, 2024

This PR updates the serverless deployment to use the latest features from the Tracetest App, including the use of the cloud agent, and sending traces directly to it instead of manually providing the infra.

It mimics the same processes that the regular microservices approach has but using AWS services.

Changes

  • Updates infra setup removing unnecessary things
  • Replicates import logic from the API folder
  • Moves the setup to use the cloud approach for Tracetest
  • Copy pastes code from the microservices

Fixes

  • Overall serverless setup

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

https://www.loom.com/share/416cf92ce68842c9af4c4d63e712c7d5

@xoscar xoscar self-assigned this Feb 19, 2024
@xoscar xoscar marked this pull request as ready for review February 19, 2024 17:02
Copy link
Contributor

@jorgeepc jorgeepc left a comment

Choose a reason for hiding this comment

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

🔥

events:
- sqs:
arn:
Fn::GetAtt:
- AssetsQueue
- Arn

# update:
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to keep this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, I want to keep them in case we want to add them back in the future

@xoscar xoscar merged commit f066a8a into master Feb 19, 2024
1 check passed
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.

2 participants