Posts by Willian Carlos • 23 points
4 posts
-
-1
votes1
answer23
viewsQ: Problems trying to create an aws service using serverless
I am trying to create a service in AWS using serverless but when trying to execute the command sls deploy, I am presented with the following error: An error occurred: Iamrolelambdaexecution - Syntax…
-
0
votes1
answer69
viewsA: Error when trying to implement Swagger in my API
following the documentation https://www.npmjs.com/package/hapi-swagger and change the config of routes by following the Hapi documentation https://hapi.dev/tutorials/validation/? lang=en_US passing…
-
0
votes1
answer69
viewsQ: Error when trying to implement Swagger in my API
Good evening, I am trying to implement Swagger in my api however it is presented the following error in my console (node:28024) UnhandledPromiseRejectionWarning: AssertionError [ERR_ASSERTION]:…
-
2
votes1
answer28
viewsQ: Promise does not execute . then()
Good morning, I need help with my Password, when recording my information in indexDB I am using . then to write on the console, but this . then is not fired. I noticed that my Promise gets pending…