Skip to content

Commit f24f793

Browse files
committed
chore: wip
1 parent 758e6fc commit f24f793

File tree

9 files changed

+1
-1239
lines changed

9 files changed

+1
-1239
lines changed

bun.lockb

512 Bytes
Binary file not shown.

storage/framework/core/cloud/src/cloud/queue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class QueueStack {
1515
constructor(scope: Construct, props: QueueStackProps) {
1616
const rule = new Rule(scope, 'QueueRule', {
1717
// schedule to run every second
18-
ruleName: `${props.appName}-${props.appEnv}-queue`,
18+
ruleName: `${props.appName}-${props.appEnv}-queue-rule`,
1919
schedule: Schedule.cron({ minute: '*', hour: '*', month: '*', weekDay: '*', year: '*' }),
2020
})
2121

storage/framework/core/cloud/src/runtime/README.md

Lines changed: 0 additions & 116 deletions
This file was deleted.

storage/framework/core/cloud/src/runtime/bootstrap

Lines changed: 0 additions & 3 deletions
This file was deleted.

storage/framework/core/cloud/src/runtime/example/lambda.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)