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

Fix ariel prueba #33

Open
wants to merge 7 commits into
base: debug
Choose a base branch
from
Open

Fix ariel prueba #33

wants to merge 7 commits into from

Commits on Dec 7, 2018

  1. Merge pull request PagerDuty#14 from PagerDuty/debug

    Add debug output
    jolexa authored Dec 7, 2018
    Configuration menu
    Copy the full SHA
    e01ce31 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. add try/except around slack channel updates to handle keyerror when t… (

    PagerDuty#16)
    
    * add try/except around slack channel updates to handle keyerror when the bot is not allowed or channel is archived
    
    * move error handling to initial get channel call to catch errors where the channel id cannot be found
    
    * change payload[channel] to just channel cause its clear and less letters
    jessica-ritter authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ed37edf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Requests deprecation: use unaffected runtime

    https://aws.amazon.com/blogs/compute/upcoming-changes-to-the-python-sdk-in-aws-lambda/
    
    Vendored requests is being removed from the Python 3.6 runtime on Jan
    31. The Python 3.8 runtime is unaffected.
    
    Other ways to address this deprecation would be to replace requests
    usage with urllib3 usage, or to add a dependency on a lambda layer which
    provides requests.
    E. Dunham committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    d2b38c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. add lambda layer for requests, + docs

    E. Dunham committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    5f56418 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge pull request PagerDuty#22 from PagerDuty/pin-lambda-layer

    Pin lambda layer so requests keeps working
    E. Dunham authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    e30db92 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    15c8ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c9eb70 View commit details
    Browse the repository at this point in the history