We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f70d7ca + 5cafc80 commit 7b3fa6eCopy full SHA for 7b3fa6e
readme.md
@@ -132,7 +132,7 @@ module.exports = async () => {
132
.filter(r => r.Type === 'AWS::DynamoDB::Table')
133
.map(r => {
134
let table = r.Properties;
135
- if (typeof x.TableName === 'object') {
+ if (typeof r.TableName === 'object') {
136
table.TableName = table.TableName.data.replace('${env}', 'test');
137
}
138
delete table.TimeToLiveSpecification; //errors on dynamo-local
0 commit comments