Allen Chun

Results 3 comments of Allen Chun

I'm also using API Gateway and Lambda to upload an image to S3. I posted a question on StackOverflow

I managed to made this work using computed property with getter and setter ``` props: { value: { type: string } }, computed: { val: { get() { return this.value...

Any solutions from this? I also cannot get a header from status 414. ``` server { listen 80; ... error_page 414 /414.json; location /414.json { return 414 '{ "status": {...