Kirk Chu

Results 5 comments of Kirk Chu

For the data model ``` ResponseConstraint: locationId: integer questionId: integer acceptedValues: Array constraintId?: integer ``` is the constraintId supposed to have a question mark? Also, is this what the JSON...

Approaches I've tried: 1. Deleted all docker images and containers involving sam 2. Change the name of the resource and it began to work. When I switched it back to...

template.yaml ``` AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 # More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst Globals: Function: Runtime: nodejs18.x Timeout: 180 Architectures: x86_64 Environment: Variables: DB_HOST: process.env.DB_HOST DB_USER: process.env.DB_USER DB_PASSWORD: process.env.DB_PASSWORD DB_DATABASE: process.env.DB_DATABASE...

I don't see to many changes in the artifacts for .aws-sam besides the function name changing to the new one I changed it to. See in screenshots that the function...