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

AWS Lambda layer build #3110

Merged
merged 23 commits into from
Dec 18, 2020
Merged

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    6c214f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. AWS Lambda packages cached

    The packages to upload to the AWS Lambda layer are zipped. This zip file is cached.
    iker-barriocanal committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    776dbd2 View commit details
    Browse the repository at this point in the history
  2. AWS Lambda build workflow

    Created another workflow to build the AWS Lambda layer by running a script when changes something on @sentry/serverless
    iker-barriocanal committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    16fabd8 View commit details
    Browse the repository at this point in the history
  3. Merged AWS workflow to the main one

    Removed the AWS Lambda workflow, and added the build to the main workflow.
    Also, included the generated zip file to the artifacts.
    iker-barriocanal committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    04552f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    d961a50 View commit details
    Browse the repository at this point in the history
  2. Deleted publish script

    The publish functionality should not be here, deleted.
    iker-barriocanal committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    cd54159 View commit details
    Browse the repository at this point in the history
  3. Serverless AWS integration docs minor change

    Referenced the docs. Also, updated `yarn.lock`.
    iker-barriocanal committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    ea2be97 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Set default value in the parameter

    Instead of setting a default value at the beginning of the function, so that the undefined is avoided, it's now set in the parameter.
    iker-barriocanal committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    43f533e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    443df76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    107a533 View commit details
    Browse the repository at this point in the history
  4. Fixed broken promise

    Fixed the broken promise, and removed the `path-exists` dependency from `package.json`.
    iker-barriocanal committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    af71461 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'serverless/awslambda-automation' of github.com:getsentr…

    …y/sentry-javascript into serverless/awslambda-automation
    iker-barriocanal committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f0a9269 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    94b33b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f6714f View commit details
    Browse the repository at this point in the history
  3. fix(aws-lambda): Correct API function

    Using the function available in the same node version.
    Also, removed some logs.
    iker-barriocanal committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    6f6a961 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'serverless/awslambda-automation' of github.com:getsentr…

    …y/sentry-javascript into serverless/awslambda-automation
    iker-barriocanal committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    2d688d8 View commit details
    Browse the repository at this point in the history
  5. ref: Revert yarn.lock

    HazAT committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    c4962bf View commit details
    Browse the repository at this point in the history
  6. ci: Update

    HazAT committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    37dc118 View commit details
    Browse the repository at this point in the history
  7. ref: Reduce imports

    iker-barriocanal committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    48c786d View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    6727c3a View commit details
    Browse the repository at this point in the history
  2. ref: Rename AWS Lambda initializer

    Be more specific in the initializer script and rename it to `awslambda-auto`.
    iker-barriocanal committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ffc7e38 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    49a5e60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f6e3e4 View commit details
    Browse the repository at this point in the history