Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 98da89a

Browse files
fix: InvalidParameterValueException for Unzipped size and add GH Action timeout (#9)
1 parent d801d31 commit 98da89a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
jobs:
1818
serverless:
1919
name: Setup infrastructure using Serverless Framework
20+
timeout-minutes: 10
2021
runs-on: ubuntu-latest
2122
steps:
2223
- name: Checkout

serverless.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
service: aws-node-sample-transcribe-s3
22

3+
package:
4+
patterns:
5+
- '!**'
6+
- 'src/**'
7+
38
frameworkVersion: "3"
49

510
plugins:

0 commit comments

Comments
 (0)