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

Update Documentation for new release #317

Merged
merged 3 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amplify/backend/function/teamNotifications/src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 0 additions & 10 deletions docs/docs/deployment/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading