Skip to content

Commit c96cda1

Browse files
sriram-mvSteve Brownjtaylor00jfussawood45
authored
Release v1.26.0 (#1680)
* feat: add support for VPCEndpointIds in EndpointConfiguration * fix: update formatting with black * docs: update 2016-10-31.md * docs: added api endpointconfiguration example * docs: make example more generic * fix: remove nested EndpointConfiguration types from output * fix: only allow one EndpointConfiguration Type * doc: update example to reflect only allowing one EndpointConfiguration Type * fix : missing UserPool properties (#1506) (#1581) * fix: resource policy generation for {path+} (#1580) * refactor: Remove 2016-10-31 examples * update PR template * adjust pr template * Adding authorization scopes as list validation in ApiGatewayAuthorizer (v1 and v2). (#1670) * Adding authorization scopes as list validation in ApiGatewayAuthorizer and ApiGatewayV2Authorizer. * make black. * Adding functional test for invalid auth scope. * adding error condition for invalid test. * removing test template file. * feat: MSK event type support for AWS::Serverless::Function (#52) Co-authored-by: Steve Brown <[email protected]> Co-authored-by: jtaylor00 <[email protected]> Co-authored-by: Jacob Fuss <[email protected]> Co-authored-by: Alex Wood <[email protected]> Co-authored-by: Tarun <[email protected]>
1 parent 85501ac commit c96cda1

File tree

160 files changed

+1317
-4989
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+1317
-4989
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
- [ ] `make pr` passes
1111
- [ ] Update documentation
1212
- [ ] Verify transformed template deploys and application functions as expected
13-
- [ ] Add/update example to `examples/2016-10-31`
1413

14+
*Examples?*
15+
16+
Please reach out in the comments, if you want to add an example. Examples will be
17+
added to `sam init` through https://github.com/awslabs/aws-sam-cli-app-templates/
1518

1619
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

docs/cloudformation_compatibility.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,16 @@ StartingPosition All
108108
BatchSize All
109109
======================== ================================== ========================
110110

111+
MSK
112+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
113+
======================== ================================== ========================
114+
Property Name Intrinsic(s) Supported Reasons
115+
======================== ================================== ========================
116+
Stream All
117+
Topics All
118+
StartingPosition All
119+
======================== ================================== ========================
120+
111121
DynamoDB
112122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
113123
======================== ================================== ========================

docs/internals/generated_resources.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,34 @@ AWS::Lambda::Permission MyFunction\ **MyTrigger**\ Permission
326326
AWS::Lambda::EventSourceMapping MyFunction\ **MyTrigger**
327327
================================== ================================
328328

329+
MSK
330+
^^^^^^^
331+
332+
Example:
333+
334+
.. code:: yaml
335+
336+
MyFunction:
337+
Type: AWS::Serverless::Function
338+
Properties:
339+
...
340+
Events:
341+
MyTrigger:
342+
Type: MSK
343+
Properties:
344+
Stream: arn:aws:kafka:us-east-1:123456789012:cluster/mycluster/6cc0432b-8618-4f44-bccc-e1fbd8fb7c4d-2
345+
StartingPosition: TRIM_HORIZON
346+
...
347+
348+
Additional generated resources:
349+
350+
================================== ================================
351+
CloudFormation Resource Type Logical ID
352+
================================== ================================
353+
AWS::Lambda::Permission MyFunction\ **MyTrigger**\ Permission
354+
AWS::Lambda::EventSourceMapping MyFunction\ **MyTrigger**
355+
================================== ================================
356+
329357
SQS
330358
^^^
331359

examples/.eslintrc.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/2016-10-31/alexa_skill/index.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

examples/2016-10-31/alexa_skill/template.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/2016-10-31/api_aws_iam_auth/index.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/2016-10-31/api_aws_iam_auth/template.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

examples/2016-10-31/api_backend/src/index.js

Lines changed: 0 additions & 81 deletions
This file was deleted.

examples/2016-10-31/api_backend/template.yaml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)