5759 Commits

Author SHA1 Message Date
Philipp Muens
a3df5add5c
Merge pull request #6078 from NomadBlacky/update-aws-scala-sbt-20190430
Implement logging with Log4j2 for aws-scala-sbt
2019-05-06 12:30:52 +02:00
Philipp Muens
2c97649ca5
Merge pull request #6057 from serverless/api-gateway-logs
Add support for API Gateway REST API Logs
2019-05-06 12:06:07 +02:00
NomadBlacky
f57ce547fd Implement logging with Log4j2 for aws-scala-sbt 2019-05-04 16:07:02 +09:00
Philipp Muens
a38063df64 Highlight skipping of deployments 2019-05-03 13:58:16 +02:00
Philipp Muens
6f51cab2eb Add support for API Gateway REST API Logs 2019-05-03 13:57:47 +02:00
rakeshyoga
500be085e9 Fix markup error with Authentication value 2019-04-30 12:09:13 -04:00
Philipp Muens
58d6e36736
Merge pull request #6064 from Tybot204/master
Allow Fn::Join in stream event arns
2019-04-30 13:48:03 +02:00
Philipp Muens
dce099c0bc Minor fixes / enhancements 2019-04-30 13:41:45 +02:00
NomadBlacky
49deab6005 Tweak build.sbt 2019-04-30 19:49:06 +09:00
NomadBlacky
d5e23403b7 Bump up aws-lambda-java-events in aws-scala-sbt 2019-04-30 19:45:38 +09:00
Tyler Hogan
4c0268eb7e
Fix max line length lint error in tests 2019-04-29 10:10:02 -07:00
Philipp Muens
fdd8335000
Merge pull request #5952 from snurmine/issues/5561
Support setting both proxy and ca file for awsprovider AWS config agent
2019-04-25 12:46:19 +02:00
Tyler Hogan
44697b94b4
Allow Fn::Join in stream event arns 2019-04-24 21:41:12 -07:00
Martin
418ad47361 Support wildcard in API Gateway cors domains 2019-04-24 12:20:38 -07:00
Philipp Muens
a8b4aecc2c
Merge pull request #6000 from herebebogans/feature/cognito_authorizer_scope
Add authorization scopes support for cognito user pool integration
2019-04-24 12:21:13 +02:00
Philipp Muens
2519e1640f
Merge pull request #6026 from daaru00/use-region-pseudo-parameter
Use region pseudo parameter
2019-04-24 12:03:11 +02:00
Philipp Muens
92588016cc
Merge pull request #6038 from TylerSustare/increase-sls-plugin-install-error-handling
Add more specific sub command error handling.
2019-04-24 11:51:41 +02:00
TylerSustare
df984cc7da Add unit tests for invalid commands. 2019-04-23 15:55:56 -07:00
Daniel Schep
b042ef02e9
AWS API Gateway request body validation (#5956)
AWS API Gateway request body validation
2019-04-23 11:14:40 -04:00
Philipp Muens
75147d3baf
Merge pull request #5982 from laardee/add-apig-api-key-value
Enable Setting Amazon API Gateway API Key Value
2019-04-23 14:17:51 +02:00
Philipp Muens
a730ee3761 Remove safeguards when using API Gateway Stage resource settings 2019-04-23 12:38:49 +02:00
TylerSustare
28ea91bfd2 Add more specific sub command error handling. 2019-04-21 23:10:59 -07:00
Daniel Schep
88189d9451 DRY up naming functions and add unit tests 2019-04-18 11:55:25 -04:00
Daniel Schep
1efa53e78e lint 2019-04-18 11:55:25 -04:00
Daniel Schep
0c214bc8da add to & use naming methods 2019-04-18 11:55:24 -04:00
Daniel Schep
618094d5bb request validator test covg 2019-04-18 11:54:25 -04:00
Daniel Schep
0d98a986fd old versions of node can't destructure 2019-04-18 11:54:25 -04:00
Daniel Schep
84c5124b0b put schema under request key and include content type in yaml 2019-04-18 11:54:25 -04:00
Daniel Schep
26bd1d39b4 Initial implemenation of request body schemas 2019-04-18 11:54:25 -04:00
Philipp Muens
66e94e998b Update error message 2019-04-18 14:05:58 +02:00
Philipp Muens
16424ec5f7 Fix code to properly reference the provider property 2019-04-18 14:05:41 +02:00
Eetu Tuomala
0bda3c0865
fix destructuring issue 2019-04-18 01:54:24 +03:00
Eetu Tuomala
028b5968c5
fix rebase issues 2019-04-18 01:30:53 +03:00
Fabio Gollinucci
3e7dcccfb3 Add region pseudo parameter for websocket ServiceEndpoint output 2019-04-17 21:15:48 +02:00
Fabio Gollinucci
9d98dc6fe1 Fix tests 2019-04-17 20:49:08 +02:00
Fabio Gollinucci
d65d1ca126 Fix linter errors 2019-04-17 20:42:59 +02:00
Fabio Gollinucci
f83d70d62a Add region pseudo parameter for ServiceEndpoint output 2019-04-17 19:43:04 +02:00
Fabio Gollinucci
a27c1a2212 Add region pseudo parameter for IAM Roles 2019-04-17 19:42:28 +02:00
Eetu Tuomala
1f8e248875
display description on sls info 2019-04-17 13:43:35 +03:00
Eetu Tuomala
cf6075b1ab
add optional description for api key 2019-04-17 13:43:35 +03:00
Eetu Tuomala
e61409b1a2
test usage plan keys 2019-04-17 13:41:48 +03:00
Eetu Tuomala
23a99a7472
fix destructuring issues 2019-04-17 13:40:42 +03:00
Eetu Tuomala
873e777bac
test api key object format validation 2019-04-17 13:38:57 +03:00
Eetu Tuomala
53bd329f80
throw error if api key is not a string or an object with name and/or value 2019-04-17 13:38:57 +03:00
Eetu Tuomala
f1a902eea1
add tests for object syntax api key 2019-04-17 13:36:22 +03:00
Eetu Tuomala
6f5f445f70
add test for get api key values 2019-04-17 13:33:38 +03:00
Eetu Tuomala
f9afb7a3ab
fetch api key values 2019-04-17 13:32:05 +03:00
Eetu Tuomala
e58ddd0614
add api key object format 2019-04-17 13:29:43 +03:00
exoego
d4a6f2ce0e Rename to express intent 2019-04-17 13:15:08 +09:00
exoego
d45884d1b2 Remove unnecessary code. 2019-04-17 12:01:00 +09:00