Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of Cognito Trigger from function is not taking effect #5959

Open
markl-vesper opened this issue Mar 26, 2019 · 0 comments
Open

Removal of Cognito Trigger from function is not taking effect #5959

markl-vesper opened this issue Mar 26, 2019 · 0 comments

Comments

@markl-vesper
Copy link

markl-vesper commented Mar 26, 2019

  • What went wrong?
    I removed a cognito trigger from a function and deployed the stack. The trigger was still configured and active

  • What did you expect should have happened?
    I expected the trigger to be removed from the Cognito Pool

  • What was the config you used?
    functions
    cognitoPostConfirmation:
    handler: src/marlin/cognitoPostConfirmation.handle
    description: Handles any post user signup functions
    timeout: 60
    # events:
    # - cognitoUserPool:
    # pool: ${self:custom.${self:custom.stage}.cognitoPoolId}
    # trigger: PostConfirmation

  • What stacktrace or error message from your provider did you see?
    none
    Similar or dependent issues:

Additional Data

  • Serverless Framework Version you're using: - 1.39.1
  • Operating System: - Amazon Linux 2
  • Stack Trace: - n/a
  • Provider Error messages: n/a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants