Commit 3576a726 authored by 系统root用户's avatar 系统root用户

template: only capable with python3.6-3.8

parent 01f42134
Pipeline #1832 failed with stages
STACK_NAME ?= ffmpeg-lambda-layer STACK_NAME ?= ffmpeg-lambda-layer-01
clean: clean:
rm -rf build rm -rf build
......
...@@ -13,13 +13,9 @@ Resources: ...@@ -13,13 +13,9 @@ Resources:
Description: FFMPEG for AWS Lambda Description: FFMPEG for AWS Lambda
ContentUri: build/layer ContentUri: build/layer
CompatibleRuntimes: CompatibleRuntimes:
- nodejs10.x
- python3.6 - python3.6
- python3.7 - python3.7
- python3.8 - python3.8
- ruby2.5
- java8
- go1.x
LicenseInfo: GPL-2.0-or-later LicenseInfo: GPL-2.0-or-later
RetentionPolicy: Retain RetentionPolicy: Retain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment