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

Correct exit code for failed function invocation #2836

Closed
wants to merge 199 commits into from

Commits on Nov 27, 2016

  1. adding replaceAll to turn any escaped single quotes back to regular s…

    …ingle quotes
    Anthony Mendonca committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    e724b81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a1539f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    665400e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. fix bug in event source mapping with custom IAM role

    Petr Kohut committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    edd923f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e274d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7c3218 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Add core metrics plugin

    pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    b05cac7 View commit details
    Browse the repository at this point in the history
  2. Add AwsMetrics plugin

    pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    83900b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba27669 View commit details
    Browse the repository at this point in the history
  4. Add documentation

    pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    2f4b510 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80b12f6 View commit details
    Browse the repository at this point in the history
  6. Fix typo in test description

    pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    f249fa1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    628a55e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45b6695 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5994360 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d074078 View commit details
    Browse the repository at this point in the history
  11. add init command for easy onboarding

    ac360 authored and pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    af35ee3 View commit details
    Browse the repository at this point in the history
  12. fix tests

    ac360 authored and pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    3814837 View commit details
    Browse the repository at this point in the history
  13. fix linting issues

    ac360 authored and pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    42ee9eb View commit details
    Browse the repository at this point in the history
  14. fix linting error

    ac360 authored and pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    efdbe2a View commit details
    Browse the repository at this point in the history
  15. remove unused dependency

    ac360 authored and pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    693fceb View commit details
    Browse the repository at this point in the history
  16. add support for setting multiple profiles

    ac360 authored and pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    da19c9e View commit details
    Browse the repository at this point in the history
  17. fix linting errors

    ac360 authored and pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    08769fc View commit details
    Browse the repository at this point in the history
  18. fix linting error

    ac360 authored and pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    db23598 View commit details
    Browse the repository at this point in the history
  19. Rename from init to setup

    pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    6cbe7d8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    88ce330 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3377108 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ce82aae View commit details
    Browse the repository at this point in the history
  23. Minor refactorings

    pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    114f54e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1bfa6a9 View commit details
    Browse the repository at this point in the history
  25. Add documentation

    pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    f6b7dd7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    eaef9e6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    38e5f3f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f36c119 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0baf2eb View commit details
    Browse the repository at this point in the history
  30. Fix date parsing bug

    pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    5e4ad45 View commit details
    Browse the repository at this point in the history
  31. Fix comment

    pmuens committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    5ffd70e View commit details
    Browse the repository at this point in the history
  32. update lifecycle event

    nikgraf committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    9fc5dc8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    29cdbd6 View commit details
    Browse the repository at this point in the history
  34. Merge pull request serverless#2160 from serverless/init-command

    Config credentials command
    nikgraf committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    a949cd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    e439587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    031841e View commit details
    Browse the repository at this point in the history
  3. fix returning error from local invocation

    Maciej Winnicki committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    ca5b9e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b708f66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21ef1cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ddd8d7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request serverless#2847 from serverless/hide-config

    remove the lifecycle event from config to hide it in the command list
    nikgraf committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    23f3f59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d376c69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    12161f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e06364b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3410b75 View commit details
    Browse the repository at this point in the history
  12. Add documentation

    pmuens committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    06a103e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8d4ce41 View commit details
    Browse the repository at this point in the history
  14. Fix test descriptions

    pmuens committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    ebd4286 View commit details
    Browse the repository at this point in the history
  15. bump version to 1.3.0

    eahefnawy committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    f4ddd0a View commit details
    Browse the repository at this point in the history
  16. 1.3 shrinkwrap

    eahefnawy committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    1ca5a32 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f7f15bb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5ab3a62 View commit details
    Browse the repository at this point in the history
  19. update CHANGELOG.md

    Maciej Winnicki committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    e581f03 View commit details
    Browse the repository at this point in the history
  20. Merge pull request serverless#2851 from serverless/changelog-update

    update CHANGELOG.md
    mthenw committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    4ff35d7 View commit details
    Browse the repository at this point in the history
  21. Fix the --timestamp parameter description

    It was "The stage in your service you want to display information about", probably a copy and paste gone wrong. :)
    brunobelotti committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    189843c View commit details
    Browse the repository at this point in the history
  22. fix setting exit code

    Maciej Winnicki committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    b494005 View commit details
    Browse the repository at this point in the history
  23. Merge pull request serverless#2852 from brunobelotti/patch-1

    Fix the --timestamp parameter description
    mthenw committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    ade4684 View commit details
    Browse the repository at this point in the history
  24. Merge pull request serverless#2845 from serverless/fix-local-invoke-e…

    …rror
    
    fix returning error from local invocation
    mthenw committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    63787df View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. Fixed issues pointed out

    horike37 committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    e08af13 View commit details
    Browse the repository at this point in the history
  2. add the test conde

    horike37 committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    92d4a2a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2016

  1. fixed the docs

    horike37 committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    c927e34 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    b69790e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf2f7f1 View commit details
    Browse the repository at this point in the history
  4. Fixed unit test

    surfacedstudio committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    75e610c View commit details
    Browse the repository at this point in the history
  5. Linting fixes

    surfacedstudio committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    20e0520 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Configuration menu
    Copy the full SHA
    1f2f3ad View commit details
    Browse the repository at this point in the history
  2. fixed typo

    horike37 committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    3710740 View commit details
    Browse the repository at this point in the history
  3. update shrinkwrap with production only packages

    Maciej Winnicki committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    45ec9eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request serverless#2859 from serverless/update-shrinkwrap

    update shrinkwrap with production only packages
    pmuens committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    67f9603 View commit details
    Browse the repository at this point in the history
  5. Update RELEASE_CHECKLIST.md file

    Add a note to use npm --prune production before shrinkwrapping.
    pmuens committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    8ee9884 View commit details
    Browse the repository at this point in the history
  6. Merge pull request serverless#2860 from serverless/update-release-che…

    …cklist
    
    Update RELEASE_CHECKLIST.md file
    pmuens committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    2fc8aa1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request serverless#2854 from surfacedstudio/features/add-n…

    …amed-iam-capability
    
    Add CAPABILITY_NAMED_IAM to initial stack creation. Fix for serverless#2826
    mthenw committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    945e091 View commit details
    Browse the repository at this point in the history
  8. Rename provider name from 'ibm' to 'openwhisk'.

    James Thomas committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    da3356b View commit details
    Browse the repository at this point in the history
  9. add doc generation dep

    DavidWells committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    7eb9335 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5c910d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a718b6 View commit details
    Browse the repository at this point in the history
  12. fix linting

    DavidWells committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    1f1b8a9 View commit details
    Browse the repository at this point in the history
  13. update linting

    DavidWells committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    829a8a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    afd8397 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    e46a236 View commit details
    Browse the repository at this point in the history
  2. fix lint ⊂◉‿◉つ

    DavidWells committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    28c4135 View commit details
    Browse the repository at this point in the history
  3. change to userAgent

    DavidWells committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    5c480d1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request serverless#2870 from serverless/updateSegment

    Add context for segment
    pmuens committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    1e2e196 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9d2faf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c58ccd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f46bbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b667d6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc8bd58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31682f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    74a0c4d View commit details
    Browse the repository at this point in the history
  12. simplified the IAM role check + added tests

    Petr Kohut committed Dec 6, 2016
    3 Configuration menu
    Copy the full SHA
    486df0c View commit details
    Browse the repository at this point in the history
  13. Merge pull request serverless#2874 from sime/patch-1

    Missing indentation for Fn::Join params
    pmuens committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    609632c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ada411f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Add detection of Jenkins

    pmuens committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    6bf53ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request serverless#2866 from jthomas/master

    rename provider identifier from 'ibm' to 'openwhisk'.
    pmuens committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    6743df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8dc248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bcde02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1395eaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcecad3 View commit details
    Browse the repository at this point in the history
  7. fix tests

    nikgraf committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    5ddaded View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    343439f View commit details
    Browse the repository at this point in the history
  9. Merge pull request serverless#2881 from serverless/add-detection-of-j…

    …enkins
    
    Add detection of Jenkins
    mthenw committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    0657f48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b5f25a View commit details
    Browse the repository at this point in the history
  11. Update warning message

    pmuens committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    1f2fd1b View commit details
    Browse the repository at this point in the history
  12. Merge pull request serverless#2794 from serverless/add-metrics-to-inf…

    …o-plugin
    
    Refactor info plugin codebase
    pmuens committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    6ddc705 View commit details
    Browse the repository at this point in the history
  13. Merge pull request serverless#2799 from dougmoscrop/fix_proxy_parameters

    remove request and response config when using proxy integration
    mthenw committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    570d23d View commit details
    Browse the repository at this point in the history
  14. updates invoke local test

    eahefnawy committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    a4be376 View commit details
    Browse the repository at this point in the history
  15. rename directory

    nikgraf committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    79874bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    57246fd View commit details
    Browse the repository at this point in the history
  17. simplify test

    nikgraf committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    d41b733 View commit details
    Browse the repository at this point in the history
  18. Merge pull request serverless#2865 from serverless/invoke-local-env-var

    added default lambda env vars to local invoke
    mthenw committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    f58f133 View commit details
    Browse the repository at this point in the history
  19. Merge pull request serverless#2855 from laardee/2739-nodeploy-integra…

    …tion-test
    
    Add integration test for deploying with --noDeploy flag
    nikgraf committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    fd33f98 View commit details
    Browse the repository at this point in the history
  20. Missing escapes for backslashes required in VTL template

    Anthony Mendonca committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    fd4c6e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. add prepublish script

    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    dbb50b1 View commit details
    Browse the repository at this point in the history
  2. update script

    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    bdca0b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8603144 View commit details
    Browse the repository at this point in the history
  4. add community examples

    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    ff6f2ec View commit details
    Browse the repository at this point in the history
  5. fix readme formatting

    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    52f5296 View commit details
    Browse the repository at this point in the history
  6. update doc tables

    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    2b04cac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    404c56d View commit details
    Browse the repository at this point in the history
  8. update readme

    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    936ba11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    625be97 View commit details
    Browse the repository at this point in the history
  10. travisss!

    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    45b4f86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7cf4425 View commit details
    Browse the repository at this point in the history
  12. Merge pull request serverless#2868 from serverless/addBetterPluginList

    Improve docs & update plugin list
    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    0ed6513 View commit details
    Browse the repository at this point in the history
  13. Fix linting error

    pmuens committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    e611e4b View commit details
    Browse the repository at this point in the history
  14. Merge pull request serverless#2808 from evilantnie/master

    adding replaceAll to turn any escaped single quotes back to regular s…
    pmuens committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    cb9f818 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    adea45e View commit details
    Browse the repository at this point in the history
  16. Fix credentials setup bug

    pmuens committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    197e989 View commit details
    Browse the repository at this point in the history
  17. add support for stdin in invoke command

    Maciej Winnicki committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    5a978af View commit details
    Browse the repository at this point in the history
  18. Merge pull request serverless#2893 from serverless/fix-credentials-se…

    …tup-bug
    
    Fix credentials setup bug
    mthenw committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    84fdbd3 View commit details
    Browse the repository at this point in the history
  19. remove duplicated tests

    Maciej Winnicki committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    b78f7ac View commit details
    Browse the repository at this point in the history
  20. Merge pull request serverless#2894 from serverless/add-stdin

    add support for stdin in invoke command
    mthenw committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    ab6d5c4 View commit details
    Browse the repository at this point in the history
  21. Merge pull request serverless#2842 from dougmoscrop/array_resources

    add Support for resources as an array
    pmuens committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    b6683d9 View commit details
    Browse the repository at this point in the history
  22. rename example page

    Maciej Winnicki committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    75f7fe7 View commit details
    Browse the repository at this point in the history
  23. Merge pull request serverless#2863 from jimmyp/csharp_dotnetcore_temp…

    …late
    
    created a dotnet core csharp template
    mthenw committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    dc1ba7d View commit details
    Browse the repository at this point in the history
  24. Merge pull request serverless#2891 from johncmckim/issue-2890

    Temporarily remove provider.variableSyntax during variable population
    eahefnawy committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    3ab58d4 View commit details
    Browse the repository at this point in the history
  25. add examples to links

    ac360 committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    24ad264 View commit details
    Browse the repository at this point in the history
  26. remove build script for csharp example

    Maciej Winnicki committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    80daa32 View commit details
    Browse the repository at this point in the history
  27. Tiny typo

    pizza committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    fe42d33 View commit details
    Browse the repository at this point in the history
  28. Merge pull request serverless#2896 from serverless/cleanup-csharp

    remove build script for csharp example
    mthenw committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    7a23cba View commit details
    Browse the repository at this point in the history
  29. Merge pull request serverless#2897 from pizza/patch-1

    Tiny typo fix: "which let's" -> "which lets"
    pmuens committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    164c720 View commit details
    Browse the repository at this point in the history
  30. add other examples

    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    2a79fed View commit details
    Browse the repository at this point in the history
  31. update hello world readme

    DavidWells committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    82cfc21 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1ac5b72 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    c3a7a33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request serverless#2899 from serverless/updateExamples

    Updating Examples in Docs
    pmuens committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    55e0d54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e62370 View commit details
    Browse the repository at this point in the history
  4. Merge pull request serverless#2814 from PetrKohut/fixed-event-source-…

    …mapping-with-custom-role
    
    fix bug in event source mapping with custom IAM role
    pmuens committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    818c824 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac92c2e View commit details
    Browse the repository at this point in the history
  6. update example link

    mthenw committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    c3091f9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request serverless#2816 from horike37/issue-2721

    Add support for directories in url of install command
    mthenw committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    e5eec0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0a83ee View commit details
    Browse the repository at this point in the history
  9. Merge pull request serverless#2904 from sime/aws-sdk-update

    Upgrade AWS SDK shrinkwrap version
    mthenw committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    0acaaa0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0141456 View commit details
    Browse the repository at this point in the history
  11. Merge pull request serverless#2908 from serverless/fix-install-docs

    Update incorrect text for example
    pmuens committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    328c3f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

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

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    0ff6761 View commit details
    Browse the repository at this point in the history
  2. Merge pull request serverless#2915 from laardee/fix-aws-metrics-plugi…

    …n-lint
    
    fix aws metrics plugin lint issues
    pmuens committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    4c96e20 View commit details
    Browse the repository at this point in the history
  3. update aws-sdk version

    Maciej Winnicki authored and pmuens committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    720e41e View commit details
    Browse the repository at this point in the history
  4. Merge pull request serverless#2905 from serverless/update-aws-sdk

    update aws-sdk version
    pmuens committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    ca1c6de View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Configuration menu
    Copy the full SHA
    ed1a674 View commit details
    Browse the repository at this point in the history
  2. fixed the docs

    horike37 committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    7067680 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45ac811 View commit details
    Browse the repository at this point in the history
  4. fixed typo

    horike37 committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    9686a92 View commit details
    Browse the repository at this point in the history
  5. Merge pull request serverless#2910 from horike37/issue-2832

    Add CloudWatchEvent rule name and description fields
    mthenw committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    e2f5c06 View commit details
    Browse the repository at this point in the history
  6. Fix order of CLI docs

    pmuens committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    441ae76 View commit details
    Browse the repository at this point in the history
  7. Merge pull request serverless#2920 from serverless/fix-order-of-cli-docs

    Fix order of CLI docs
    pmuens committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    dfac939 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    577f379 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    c27e01f View commit details
    Browse the repository at this point in the history
  2. Merge pull request serverless#2926 from serverless/doc-updates

    separate commands into separate pages
    ac360 committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    c41a39c View commit details
    Browse the repository at this point in the history
  3. Merge pull request serverless#2923 from serverless/eahefnawy-patch-1

    added a note about deploying function versions
    eahefnawy committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    4ffa47f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e9116d View commit details
    Browse the repository at this point in the history
  5. Split up config CLI doc

    pmuens committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    fd03e55 View commit details
    Browse the repository at this point in the history
  6. Merge pull request serverless#2927 from serverless/split-up-config-cl…

    …i-doc
    
    Split up config CLI doc
    pmuens committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    cf18127 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    142946e View commit details
    Browse the repository at this point in the history
  8. handling strings

    eahefnawy committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    08009c2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request serverless#2928 from serverless/invoke-stdin-bug

    fixed bug where you can now invoke without any input data
    eahefnawy committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    cee63f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df8997e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8540b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    443865f View commit details
    Browse the repository at this point in the history
  13. Merge pull request serverless#2922 from serverless/add-service-wide-m…

    …etrics-support
    
    Add service wide metrics support
    mthenw committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    007be3d View commit details
    Browse the repository at this point in the history
  14. update csharp example

    Maciej Winnicki committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    52de4e6 View commit details
    Browse the repository at this point in the history
  15. Fix stdin docs for invoke

    pmuens committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    e069536 View commit details
    Browse the repository at this point in the history
  16. Merge pull request serverless#2932 from serverless/update-csharp

    update csharp example
    mthenw committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    0a032f4 View commit details
    Browse the repository at this point in the history
  17. Merge pull request serverless#2933 from serverless/fix-stdin-docs-for…

    …-invoke
    
    Fix stdin docs for invoke
    pmuens committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    2bdb312 View commit details
    Browse the repository at this point in the history
  18. Update apigateway.md

    nicka committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    876c1d8 View commit details
    Browse the repository at this point in the history
  19. Updating section on AWS pricing

    Lambda has been moved to have it's own permanent free tier. It is no longer part of the Expiring offers.
    TheMcMurder committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    cde9c2d View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Merge pull request serverless#2934 from nicka/patch-3

    Update apigateway.md
    pmuens committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    16ac810 View commit details
    Browse the repository at this point in the history
  2. Merge pull request serverless#2935 from TheMcMurder/patch-1

    Updating section on AWS pricing
    pmuens committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    ed591ff View commit details
    Browse the repository at this point in the history
  3. Merge branch 'invoke-exit-code' of https://github.com/redbadger/serve…

    …rless into redbadger-invoke-exit-code
    Maciej Winnicki committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    c55a3af View commit details
    Browse the repository at this point in the history
  4. fix lint errors

    Maciej Winnicki committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    be06c47 View commit details
    Browse the repository at this point in the history