Daniel Gato
01/19/2022, 10:07 PMthis.auth.attachPermissionsForAuthUsers([
      api,
      'iot:*',
      // 'iot:Connect',
      // 'iot:Subscribe',
      // 'iot:Receive',
      new iam.PolicyStatement({
        actions: ['s3:*'],
        effect: iam.Effect.ALLOW,
        resources: [
          `${uploadsBucket.bucketArn}/private/\${<http://cognito-identity.amazonaws.com:sub|cognito-identity.amazonaws.com:sub>}/*`,
        ],
      }),
    ]);Adam Fanello
01/19/2022, 10:18 PMAdam Fanello
01/19/2022, 10:18 PMAdam Fanello
01/19/2022, 10:19 PMDaniel Gato
01/19/2022, 10:46 PMAdam Fanello
01/19/2022, 11:35 PMDaniel Gato
01/20/2022, 12:31 AM