diff --git a/amplify/backend/function/teamNotifications/src/index.py b/amplify/backend/function/teamNotifications/src/index.py index 57004d3..630409c 100644 --- a/amplify/backend/function/teamNotifications/src/index.py +++ b/amplify/backend/function/teamNotifications/src/index.py @@ -38,7 +38,7 @@ def send_ses_notification( if source_arn: ses_region = parse_arn(source_arn)["region"] ses_client = session.client("ses", region_name=ses_region) - + ses_client.send_email( Source=source_email, SourceArn=source_arn, diff --git a/docs/docs/deployment/update.md b/docs/docs/deployment/update.md index ae35387..0ab9144 100644 --- a/docs/docs/deployment/update.md +++ b/docs/docs/deployment/update.md @@ -30,16 +30,6 @@ cd deployment Once the upgrade script has completed execution, go to the AWS Amplify console to monitor the status of the TEAM application build and deployment. -## If upgrading to v1.1.2 -Due to an [ongoing issue](https://github.com/aws-samples/iam-identity-center-team/issues/236) the ***CLOUDTRAIL_AUDIT_LOGS*** parameter is no longer optional but now a mandatory parameter that accepts the ARN of an existing Cloudtrail Lake event datastore. - -If upgrading from v1.1.1 to v1.1.2, [create a new Cloudtrail lake event datastore](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-event-data-store-cloudtrail.html) in the delegated admin account outside of TEAM and pass the ARN to the parameter.sh file as shown below: - - -``` -CLOUDTRAIL_AUDIT_LOGS=arn:aws:cloudtrail:us-east-1:123456789101:eventdatastore/e646f20d-7959-4682-be84-6c5b8a37cf15 -``` - ## Verify app deployment Go to Amplify console: **AWS Amplify -> All apps -> TEAM-IDC-APP -> Hosting environments**. On the **Hosting environments** tab, click on the application URL to confirm that it was deployed successfully and you can access the TEAM application landing page as shown in the video below: