Adrian Smijulj
Adrian Smijulj

## Changes This PR introduces the ability to assign multiple groups and teams (with Teams enabled) to a user. Previously, a user would only be able to have one of...
This PR creates the 5.40.6 release notes.
This PR creates the 5.41.0 release notes.
## Changes This PR introduces the Website extension. With this extension, we now covered all three apps. ## How Has This Been Tested? Manually. ## Documentation Changelog.
This PR introduces the Grid / Cell components. ## Other Changes #### 1. Elevation Fix Found an issue with the `Elevation` component (not able to receive custom CSS class). [Resolved...
I'm deploying a Cognito resource with the following config: ```ts new aws.cognito.UserPool("api-user-pool", { passwordPolicy: { minimumLength: 8, requireLowercase: false, requireNumbers: false, requireSymbols: false, requireUppercase: false, temporaryPasswordValidityDays: 7 }, adminCreateUserConfig: {...
This PR creates the 5.43.0 release notes.