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: Allow installing the integration more than once per account and region #88

Conversation

jcsobrino
Copy link
Contributor

Currently, it is not possible to install the integration multiple times for the same account and region. This is because the name of the function is always the same (newrelic-log-ingestion) every time the application is deployed. AWS does not allow having two or more functions with the same name per account and region.

With the changes made in the template.yml file, now the function name will take as suffix twelve hexadecimal characters extracted from the last part of the AWS::StackId pseudo parameter linked to the deployment. For example:
newrelic-log-ingestion-0a81f551ce24. In this way, it will be possible to deploy the application more than once, since the function name will be always different from one deployment to another.

danybmx
danybmx previously approved these changes Jul 27, 2023
Copy link
Contributor

@danybmx danybmx left a comment

Choose a reason for hiding this comment

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

🏆

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