Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

sync events emission returns immediately #517

@johnlim

Description

@johnlim

This is a Bug Report

For bug reports, please answer following questions:

  • What went wrong?
    Sync behaviour does not match what was described at Looking for authorizer specification example #478 (comment)
    I'm getting a status 202 response instead of the response from my Lambda function.
  • What did you expect should have happened?
    Expected to receive response from my Lambda function.
  • What was the version you used?
    event-gateway-sdk "version": "0.10.2"
    serverless-event-gateway-plugin "version": "0.7.8"
Environment Information -----------------------------
     OS:                     darwin
     Node Version:           8.11.3
     Serverless Version:     1.32.0

Similar or dependent issues:

To reproduce, I've setup a repo at https://github.com/johnlim/serverless-bugs/tree/sync-bug

  • clone the repo and checkout the branch sync-bug
  • npm i
  • enter the required tenant/app/service parameters in serverless.yml
  • sls deploy
  • make a http get request to the simulate endpoint

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions