Release Notes - v1.3.0
Breaking Changes
- Removed AppSync API logging configuration from
override.ts
due to compatibility issues with current Amplify CLI version - Teams using AppSync logging capabilities will need to configure this manually through the AWS Console
Upgrade instructions
Follow instructions in updating TEAM documentation for updating process
Manual Configuration Steps for AppSync Logging
To configure AppSync API logging after deployment:
- Navigate to the AWS AppSync Console
- Select your API from the list
- Go to "Settings" in the left navigation
- Scroll down to the "Logging" section
- Click "Enable Logging"
- Configure the following settings:
- Field resolver log level: ERROR
- Exclude verbose content: Yes
- Select an existing CloudWatch role or create a new one with the following naming convention:
AppsyncCloudWatchRole-{environment}
Additional Notes
- This change improves build stability and deployment reliability
- Future versions will reintroduce programmatic logging configuration once Amplify CLI compatibility issues are resolved
- Please report any issues or concerns through our standard support channels
Affected Versions
- Amplify CLI versions: All current versions