Skip to content

Commit

Permalink
Merge pull request #35 from byu-oit/tree-shake
Browse files Browse the repository at this point in the history
Use AWS SDK v3, specify imports, allow passing in `max-wait-time`
  • Loading branch information
GaryGSC authored May 29, 2024
2 parents cfa06c5 + 5b3e4cf commit 5e5b722
Show file tree
Hide file tree
Showing 6 changed files with 54,752 additions and 40,127 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
groups:
aws-sdk:
patterns:
- '@aws-sdk/*'
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ inputs:
appspec-file:
description: 'AppSpec file'
required: true
max-wait-time:
description: 'Maximum time to wait for CodeDeploy to complete'
required: false
runs:
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 5e5b722

Please sign in to comment.