å ¬å¼ããã¥ã¡ã³ãã«æ¸ãã¦ããã¾ã¾ãªã®ã§ããããããªããã®ã§ã¡ã¢ https://serverless.com/framework/docs/providers/aws/events/apigateway#enabling-cors sls create --template aws-node ã§ããã¸ã§ã¯ããä½ã£ã¦â¦ serverless.yml ã§ cors: true ãè¨å®ãã functions: hello: handler: handler.hello events: - http: path: user/create method: get cors: true exports.handler = function(event, context, callback) { const response = { statusCode: 200, headers: { "Acces

{{#tags}}- {{label}}
{{/tags}}