Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nx-cache-buster
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-09-11T20:25:52-07:00
2024-12-26T11:34:09-05:00
2 changes: 0 additions & 2 deletions examples/aws-authorizer/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ Resources:
- '@opentelemetry/resources'
- '@opentelemetry/sdk-trace-base'
- '@opentelemetry/sdk-trace-node'
- '@opentelemetry/semantic-conventions'
- 'aws-sdk'
Minify: false
Sourcemap: true
Expand Down Expand Up @@ -173,7 +172,6 @@ Resources:
- '@opentelemetry/resources'
- '@opentelemetry/sdk-trace-base'
- '@opentelemetry/sdk-trace-node'
- '@opentelemetry/semantic-conventions'
- 'aws-sdk'
Minify: false
Sourcemap: true
Expand Down
1 change: 0 additions & 1 deletion examples/aws-otel/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ Resources:
- '@opentelemetry/resources'
- '@opentelemetry/sdk-trace-base'
- '@opentelemetry/sdk-trace-node'
- '@opentelemetry/semantic-conventions'
- 'aws-sdk'
Minify: false
Sourcemap: true
Expand Down
1 change: 1 addition & 0 deletions examples/subscription-webhooks/__generated__/cdc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

598 changes: 340 additions & 258 deletions package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function makeDispatcherStack(
buildProperties: {
EntryPoints: ['./index'],
External: config.buildProperties.external,
Format: 'esm',
Minify: config.buildProperties.minify,
Sourcemap: config.buildProperties.sourcemap,
Target: config.buildProperties.target,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function makeHandlerStack(config: Config): ServerlessApplicationModel {
BuildProperties: {
EntryPoints: ['./index'],
External: config.buildProperties.external,
Format: 'esm',
Minify: config.buildProperties.minify,
Sourcemap: config.buildProperties.sourcemap,
Target: config.buildProperties.target,
Expand Down
2 changes: 1 addition & 1 deletion packages/@code-like-a-carpenter/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@code-like-a-carpenter/env": "*",
"@code-like-a-carpenter/errors": "*",
"@code-like-a-carpenter/telemetry": "*",
"@sentry/aws-serverless": "^8.30.0"
"@sentry/aws-serverless": "^8.47.0"
},
"releaseAll": 5,
"types": "./dist/types/index.d.ts",
Expand Down
Loading