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

Add lambda support #14

Merged
merged 27 commits into from
Feb 2, 2023
Merged

Commits on Jan 24, 2023

  1. Integrated new email template in cli

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0086bcf View commit details
    Browse the repository at this point in the history
  2. Update help test

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    14a0dbb View commit details
    Browse the repository at this point in the history
  3. Delete temp img in for error case

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    cfc7aff View commit details
    Browse the repository at this point in the history
  4. use const for emailTemplateImageBuffer

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    991ae6f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. embed opensearch logo

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6594bb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Accept text file for email body and add logic to convert text to html

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    0695340 View commit details
    Browse the repository at this point in the history
  2. Increase wait time after dom modification

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    546cffd View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Add dockerfile

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    114e9e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Updates required for working with lambda

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d523ef4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into docker-image

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e794048 View commit details
    Browse the repository at this point in the history
  3. Change path to fix test failure

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ade0f50 View commit details
    Browse the repository at this point in the history
  4. Add ora spinner back

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e4c0394 View commit details
    Browse the repository at this point in the history
  5. nit

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    87d6b53 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Add promise for sending email, Update Dockerfile with tgz install

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5fb125c View commit details
    Browse the repository at this point in the history
  2. nit: log

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f591d34 View commit details
    Browse the repository at this point in the history
  3. Update doc

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1df443c View commit details
    Browse the repository at this point in the history
  4. Address PR comments

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3435a6b View commit details
    Browse the repository at this point in the history
  5. Update Dockerfile

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ba961d0 View commit details
    Browse the repository at this point in the history
  6. nit: remove ls

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7e211ad View commit details
    Browse the repository at this point in the history
  7. Move Dockerfile to example doc

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6fa7429 View commit details
    Browse the repository at this point in the history
  8. Add Dockerfile for building from source

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4ce55be View commit details
    Browse the repository at this point in the history
  9. Nit: remove ls from Dockerfile

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    df689dd View commit details
    Browse the repository at this point in the history
  10. Adding apt-get remove -y google-chrome-stable

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    14609f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge branch 'main' into docker-image

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e172c7a View commit details
    Browse the repository at this point in the history
  2. Update example docs

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    dcd6b40 View commit details
    Browse the repository at this point in the history
  3. nit

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    94687e2 View commit details
    Browse the repository at this point in the history
  4. Update docs/examples/lambda_container_image.md

    Co-authored-by: Joshua Li <joshuali925@gmail.com>
    rupal-bq and joshuali925 authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    be08114 View commit details
    Browse the repository at this point in the history