Skip to content

Commit f5a8878

Browse files
committed
deploy to all regions
1 parent b0d05a2 commit f5a8878

File tree

6 files changed

+326
-59
lines changed

6 files changed

+326
-59
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
aws-region: eu-west-1
3838
role-to-assume: arn:aws:iam::097948374213:role/github-actions-deploy
3939
- name: Deploy Layer
40-
run: npm run deploy:prod
40+
run: npm run deploy
4141

4242
create-release:
4343
needs: [publish-node-packages]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8+
## [Unreleased]
9+
10+
* Deploy to all regions
11+
812
## [0.5.0] - 2024-03-27
913

1014
- step function tracing

meta.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"inputs": {
3-
"node_modules/@baselime/node-opentelemetry/dist/lambda.js": {
4-
"bytes": 21030,
3+
"node_modules/@baselime/node-opentelemetry/dist/lambda.cjs": {
4+
"bytes": 41673,
55
"imports": [],
6-
"format": "esm"
6+
"format": "cjs"
77
},
88
"src/index.ts": {
99
"bytes": 81,
1010
"imports": [
1111
{
12-
"path": "node_modules/@baselime/node-opentelemetry/dist/lambda.js",
12+
"path": "node_modules/@baselime/node-opentelemetry/dist/lambda.cjs",
1313
"kind": "import-statement",
1414
"original": "@baselime/node-opentelemetry/lambda"
1515
}
@@ -23,14 +23,14 @@
2323
"exports": [],
2424
"entryPoint": "src/index.ts",
2525
"inputs": {
26-
"src/index.ts": {
27-
"bytesInOutput": 53
26+
"node_modules/@baselime/node-opentelemetry/dist/lambda.cjs": {
27+
"bytesInOutput": 18954
2828
},
29-
"node_modules/@baselime/node-opentelemetry/dist/lambda.js": {
30-
"bytesInOutput": 20856
29+
"src/index.ts": {
30+
"bytesInOutput": 89
3131
}
3232
},
33-
"bytes": 21359
33+
"bytes": 19700
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)