add layercake
This commit is contained in:
25
layercake/template.yaml
Normal file
25
layercake/template.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
AWSTemplateFormatVersion: 2010-09-09
|
||||
Transform: AWS::Serverless-2016-10-31
|
||||
|
||||
Globals:
|
||||
Function:
|
||||
Runtime: python3.12
|
||||
|
||||
Resources:
|
||||
LayercakeLayer:
|
||||
Type: AWS::Serverless::LayerVersion
|
||||
Properties:
|
||||
LayerName: layercake
|
||||
ContentUri: .
|
||||
CompatibleArchitectures:
|
||||
- x86_64
|
||||
CompatibleRuntimes:
|
||||
- python3.12
|
||||
RetentionPolicy: Retain
|
||||
Metadata:
|
||||
BuildMethod: python3.12
|
||||
BuildArchitecture: x86_64
|
||||
|
||||
Outputs:
|
||||
LayercakeLayerArn:
|
||||
Value: !Ref LayercakeLayer
|
||||
Reference in New Issue
Block a user