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 + SAM example #278

Closed
wants to merge 44 commits into 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