Skip to content

Commit

Permalink
deploy to all regions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed Mar 27, 2024
1 parent b0d05a2 commit f5a8878
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
aws-region: eu-west-1
role-to-assume: arn:aws:iam::097948374213:role/github-actions-deploy
- name: Deploy Layer
run: npm run deploy:prod
run: npm run deploy

create-release:
needs: [publish-node-packages]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.

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

## [Unreleased]

* Deploy to all regions

## [0.5.0] - 2024-03-27

- step function tracing
Expand Down
18 changes: 9 additions & 9 deletions meta.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"inputs": {
"node_modules/@baselime/node-opentelemetry/dist/lambda.js": {
"bytes": 21030,
"node_modules/@baselime/node-opentelemetry/dist/lambda.cjs": {
"bytes": 41673,
"imports": [],
"format": "esm"
"format": "cjs"
},
"src/index.ts": {
"bytes": 81,
"imports": [
{
"path": "node_modules/@baselime/node-opentelemetry/dist/lambda.js",
"path": "node_modules/@baselime/node-opentelemetry/dist/lambda.cjs",
"kind": "import-statement",
"original": "@baselime/node-opentelemetry/lambda"
}
Expand All @@ -23,14 +23,14 @@
"exports": [],
"entryPoint": "src/index.ts",
"inputs": {
"src/index.ts": {
"bytesInOutput": 53
"node_modules/@baselime/node-opentelemetry/dist/lambda.cjs": {
"bytesInOutput": 18954
},
"node_modules/@baselime/node-opentelemetry/dist/lambda.js": {
"bytesInOutput": 20856
"src/index.ts": {
"bytesInOutput": 89
}
},
"bytes": 21359
"bytes": 19700
}
}
}
Loading

0 comments on commit f5a8878

Please sign in to comment.