Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg-aws-lambda-layer
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
utils
ffmpeg-aws-lambda-layer
Commits
3576a726
Commit
3576a726
authored
Apr 30, 2020
by
系统root用户
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
template: only capable with python3.6-3.8
parent
01f42134
Pipeline
#1832
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
Makefile
Makefile
+1
-1
template.yaml
template.yaml
+0
-4
No files found.
Makefile
View file @
3576a726
STACK_NAME
?=
ffmpeg-lambda-layer
STACK_NAME
?=
ffmpeg-lambda-layer
-01
clean
:
clean
:
rm
-rf
build
rm
-rf
build
...
...
template.yaml
View file @
3576a726
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment