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

Feature flags for lambda_http #497

Merged
merged 5 commits into from
Jul 6, 2022
Merged

Feature flags for lambda_http #497

merged 5 commits into from
Jul 6, 2022

Commits on Jul 2, 2022

  1. Feature flags for lambda_http

    Add feature flags to lambda_http so consumer can decide which service their events come from. This makes compilation much faster when you don't put the same Lambda function behind multiple services.
    
    Signed-off-by: David Calavera <[email protected]>
    calavera committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    a7be08c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Rename features to match AWS documentation.

    Use the names present in the API GW documentation to differentiate the APIs.
    
    Signed-off-by: David Calavera <[email protected]>
    calavera committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    693a839 View commit details
    Browse the repository at this point in the history
  2. Fix file names

    Signed-off-by: David Calavera <[email protected]>
    calavera committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    43badb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Mention Function URLs in the readme.

    Signed-off-by: David Calavera <[email protected]>
    calavera committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9ea8354 View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    Signed-off-by: David Calavera <[email protected]>
    calavera committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e5cb68d View commit details
    Browse the repository at this point in the history