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

Refactor amplitude API gateway #67

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

pswies
Copy link
Contributor

@pswies pswies commented Feb 8, 2024

  • Move from modules to main dir, as this is an end-deployment, not a module
  • Rename resources to match Terraform style standards (each type of resources has only one instance, so naming the instances duplicates information; therefore they can be named this, default, main or so)
  • Parametrize AWS region
  • Break down into sub-files
  • Add Terraform output item to show the effective invoke_url
  • Rename dir api_gateway to amplitude_api_gateway to express its specificity

- Move from modules to main dir, as this is an end-deployment, not a module
- Rename resources to match Terraform style standards (each type of resources has only one instance, so naming the instances duplicates information; therefore they can be named this, default, main or so)
- Parametrize AWS region
- Break down into sub-files
- Add Terraform output item to show the effective invoke_url
- Rename dir api_gateway to amplitude_api_gateway to express its specificity
@jiajames
Copy link
Contributor

Thanks!

@jiajames jiajames merged commit a2cfe1e into dydxprotocol:main Feb 12, 2024
1 check passed
@pswies pswies deleted the refactor-amplitude-api-gw branch February 12, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants