Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@tawoyinfa tawoyinfa released this 14 Jan 13:30
· 4 commits to main since this release

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:

  1. Navigate to the AWS AppSync Console
  2. Select your API from the list
  3. Go to "Settings" in the left navigation
  4. Scroll down to the "Logging" section
  5. Click "Enable Logging"
  6. 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