-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.yml
More file actions
32 lines (31 loc) · 995 Bytes
/
template.yml
File metadata and controls
32 lines (31 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
AWSTemplateFormatVersion: 2010-09-09
Transform: AWS::Serverless-2016-10-31
Description: >
requests-python-layer
Resources:
RequestsLayer:
Type: AWS::Serverless::LayerVersion
Properties:
LayerName: requests-python-layer
Description: requests-python-layer
ContentUri: requests-python-layer.zip
CompatibleRuntimes:
- python3.7
RetentionPolicy: Retain
Outputs:
LayerVersion:
Description: Layer ARN Reference
Value: !Ref RequestsLayer
Metadata:
AWS::ServerlessRepo::Application:
Name: requests-python-layer-app
Author: Aaron Osborne
Description: >
Requests Lib Lambda Layer for Python3.
SpdxLicenseId: Apache-2.0
LicenseUrl: LICENSE.txt
ReadmeUrl: README.md
Labels: ['layer', 'requests', 'lambda', 'auth', 'python37']
HomePageUrl: https://github.com/aaronosb/requests-lambda-layer-python-SAR
SemanticVersion: 1.0.0
SourceCodeUrl: https://github.com/aaronosb/requests-lambda-layer-python-SAR