Bug Report
Description
Given:
environment:
events_store_table:
Ref: EventsStoreEncryptedDynamoDBTable
When invoking a function locally sls invoke local ..., which makes a dynamoDB API call with TableName referencing process.env.events_store_table the following error occurs:
1 validation error detected: Value '[object Object]' at 'tableName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z0-9_.-]+\
Bug Report
Description
Given:
When invoking a function locally
sls invoke local ..., which makes a dynamoDB API call withTableNamereferencingprocess.env.events_store_tablethe following error occurs: