mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 00:35:38 +02:00
## Description <!-- Briefly describe the purpose and scope of your changes --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a retry and dead-letter queue system for more robust event processing. - Added a retry handler for processing failed Lambda invocations with exponential backoff. - Enhanced event handling to support retry logic and improved error management. - **Refactor** - Replaced SQS-based library event processing with an event bus-based approach. - Updated event names and structure for improved clarity and consistency. - Removed legacy library queue and related infrastructure. - **Chores** - Updated dependencies to include the AWS Lambda client. - Cleaned up unused code and removed deprecated event handling logic. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
122 lines
2.4 KiB
TypeScript
122 lines
2.4 KiB
TypeScript
/* This file is auto-generated by SST. Do not edit. */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/* deno-fmt-ignore-file */
|
|
|
|
import "sst"
|
|
declare module "sst" {
|
|
export interface Resource {
|
|
"Api": {
|
|
"service": string
|
|
"type": "sst.aws.Service"
|
|
"url": string
|
|
}
|
|
"Auth": {
|
|
"service": string
|
|
"type": "sst.aws.Service"
|
|
"url": string
|
|
}
|
|
"Bus": {
|
|
"arn": string
|
|
"name": string
|
|
"type": "sst.aws.Bus"
|
|
}
|
|
"Database": {
|
|
"clusterArn": string
|
|
"database": string
|
|
"host": string
|
|
"password": string
|
|
"port": number
|
|
"reader": string
|
|
"secretArn": string
|
|
"type": "sst.aws.Aurora"
|
|
"username": string
|
|
}
|
|
"DiscordClientID": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"DiscordClientSecret": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"Dlq": {
|
|
"type": "sst.aws.Queue"
|
|
"url": string
|
|
}
|
|
"Email": {
|
|
"configSet": string
|
|
"sender": string
|
|
"type": "sst.aws.Email"
|
|
}
|
|
"GithubClientID": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"GithubClientSecret": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"NestriFamilyMonthly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"NestriFamilyYearly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"NestriFreeMonthly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"NestriProMonthly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"NestriProYearly": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"PolarSecret": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"PolarWebhookSecret": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"Realtime": {
|
|
"authorizer": string
|
|
"endpoint": string
|
|
"type": "sst.aws.Realtime"
|
|
}
|
|
"RetryQueue": {
|
|
"type": "sst.aws.Queue"
|
|
"url": string
|
|
}
|
|
"SteamApiKey": {
|
|
"type": "sst.sst.Secret"
|
|
"value": string
|
|
}
|
|
"Storage": {
|
|
"name": string
|
|
"type": "sst.aws.Bucket"
|
|
}
|
|
"VPC": {
|
|
"bastion": string
|
|
"type": "sst.aws.Vpc"
|
|
}
|
|
"Web": {
|
|
"type": "sst.aws.StaticSite"
|
|
"url": string
|
|
}
|
|
"Zero": {
|
|
"service": string
|
|
"type": "sst.aws.Service"
|
|
"url": string
|
|
}
|
|
}
|
|
}
|
|
|
|
import "sst"
|
|
export {} |