• This project
    • Loading...
  • Sign in

서승완 / kappa

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • kappa
  • tests
  • unit
  • foobar
  • kappa.yml
  • Mitch Garnaat's avatar
    A bunch of changes to support new unit testing strategy with placebo. More tests to come. · 6c72d7dd
    6c72d7dd
    Mitch Garnaat authored 2015-12-13 23:38:25 -0500
kappa.yml 302 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
---
name: kappa-simple
environments:
  dev:
    profile: foobar
    region: us-west-2
    policy:
      resources:
        - arn: arn:aws:logs:*:*:*
          actions:
          - "*"
lambda:    
  description: Foo the Bar
  handler: simple.handler
  runtime: python2.7
  memory_size: 256
  timeout: 3