Upgrading AWS integration to event-driven
You can upgrade an existing AWS integration to make it event-driven.
When upgrading with Terraform, add the following lines to the module call and run terraform apply
:
Use the following Terraform code to upgrade an account that was originally integrated with CloudFormation:
Generate Firefly access and secret key (Settings > Users > Create key pair).
Copy the external ID of the Firefly IAM role (in the AWS console).
Use the same nickname for the integration that you used in Firefly.
Apply the following code:
Last updated