Daniel Gato
01/26/2022, 5:39 PM0.57.0
to 0.59.1
SST feels not stable.
Just right now we added this to our storage stack:
indexProps: {
nonKeyAttributes: ['description', 'publishedAt'],
projectionType: ProjectionType.INCLUDE
}
The file .build/cdk.out/dev-xx-storage-template.json
went from
"Projection": {
"ProjectionType": "ALL"
}
to
"Projection": {
"NonKeyAttributes": [
"description",
"publishedAt"
],
"ProjectionType": "INCLUDE"
}
But in the console I still always get:
Stacks: Synthesizing changes...
Successfully synthesized to /Users/daniel/Github/xx/.build/cdk.out
Stacks: No changes to deploy.
On AWS I can see that my table is still with Projected Attributes ALL
.
Am I missing something here?Ross Coundon
01/26/2022, 5:40 PMFrank
Daniel Gato
01/26/2022, 5:48 PM0.60.3
Ross Coundon
01/26/2022, 5:53 PMDaniel Gato
01/26/2022, 5:54 PMDaniel Gato
01/26/2022, 5:56 PMSuccessfully synthesized to /Users/daniel/Github/xx/.build/cdk.out
Frank
Frank
Frank