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

[plugin] Add a deployer plugin + Swift-based DSL + SAM example #291

Open
wants to merge 93 commits into
base: main
Choose a base branch
from

Commits on Dec 22, 2022

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

Commits on Dec 23, 2022

  1. Remove unused example files

    sebsto committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    7c4babb View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    4f5cb9c View commit details
    Browse the repository at this point in the history
  2. fix comment

    sebsto committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    45733a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fd7487 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. simplify API

    sebsto committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8ad22e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. add addResource API

    sebsto committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    2f623be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d73a9 View commit details
    Browse the repository at this point in the history
  3. ad unit test

    sebsto committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    332fdb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00029af View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

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

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    fef8bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3ce4ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    639d96d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd0b95 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

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

Commits on Jan 25, 2023

  1. Merge branch 'master' into sebsto/deployerplugin

    keep this branch in sync with master coming from Apple repo
    sebsto committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a2a1275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61d9c51 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    e0a94ef View commit details
    Browse the repository at this point in the history
  2. new version of the deployer plugin. Now it uses a declarative interfa…

    …ce to describe the deployment instead of a programmatic one.
    sebsto committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e52d196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09385fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    607e877 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. add linter to SAM validate

    sebsto committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    fa6eddb View commit details
    Browse the repository at this point in the history
  2. refactor unit test

    sebsto committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2d07b14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a816c5 View commit details
    Browse the repository at this point in the history
  4. remove dependency on URL

    sebsto committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    d09ecbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7180a4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fac6719 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c712083 View commit details
    Browse the repository at this point in the history
  8. function architecture is now a parameter that function developers can…

    … pass in Deploy.swift
    sebsto committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f3f4021 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. add sample architecture entry

    sebsto committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b8cb5b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    464fd01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d720a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca4d1c2 View commit details
    Browse the repository at this point in the history
  5. minor refactor and reformat

    sebsto committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    971af4f View commit details
    Browse the repository at this point in the history
  6. minor refactor

    sebsto committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9031b6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ed5f15 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

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

Commits on Feb 16, 2023

  1. use sam list command to print endpoints and improve error handling w…

    …hen there is no change to deploy
    sebsto committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c2d8072 View commit details
    Browse the repository at this point in the history
  2. simplify example code

    sebsto committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    46b53ed View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. add extra sam commands

    sebsto committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    1f054b0 View commit details
    Browse the repository at this point in the history
  2. Update the README file

    sebsto committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    e4401a4 View commit details
    Browse the repository at this point in the history
  3. update git ignore

    sebsto committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c39b82d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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

Commits on Feb 26, 2023

  1. fix typos in comments

    sebsto committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    9e6e222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5de04b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    160d4a4 View commit details
    Browse the repository at this point in the history
  2. adjust copyright to 2023

    sebsto committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4fa3873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cc294a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56a0d5f View commit details
    Browse the repository at this point in the history
  5. change order of default values

    sebsto committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b9a8826 View commit details
    Browse the repository at this point in the history
  6. fix typos in help message

    sebsto committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    483a9be View commit details
    Browse the repository at this point in the history
  7. update readme

    sebsto committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    44d6f77 View commit details
    Browse the repository at this point in the history
  8. clarifies README

    sebsto committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    9d1a2d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    87e4f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29255ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    675a177 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    7f2fa69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965d978 View commit details
    Browse the repository at this point in the history
  3. fix path

    sebsto committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    40f02d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    560087c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d55e53 View commit details
    Browse the repository at this point in the history
  6. remove makefile

    sebsto committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f06ce00 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. remove dependency on Yams

    sebsto committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a0d5499 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

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

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    04be9b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8604703 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9765049 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

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

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    e1177a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab9999f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    047d153 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    8dfab34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d09b53a View commit details
    Browse the repository at this point in the history
  3. apply swift format

    sebsto committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f558375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3178b8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    638fd23 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 11, 2023

  1. remove unused key converter and respect key converter strategy for st…

    …ring-object dictionary
    sebsto committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4d77e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69e37cf View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/origin/sebsto/deployerplug…

    …in_dsl' into sebsto/deployerplugin_dsl
    
    merge changes from upstream master branch
    sebsto committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    23364d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Apr 14, 2024

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    edec15d View commit details
    Browse the repository at this point in the history
  2. add builder tests

    sebsto committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a2afbf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a162a1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    4432b02 View commit details
    Browse the repository at this point in the history
  2. removed unused code

    sebsto committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d65f050 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea66930 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. support LAMBDA_USE_LOCAL_DEPS

    sebsto committed May 15, 2024
    Configuration menu
    Copy the full SHA
    bddc2a1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    8aa40ac View commit details
    Browse the repository at this point in the history
  2. revert plugin execute to Utils

    sebsto committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b26dccc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f4aed6 View commit details
    Browse the repository at this point in the history