Skip to content
DocsTry Aspire
DocsTry

Aspire.Hosting.AWS

Official
📦 Aspire.Hosting.AWSv13.7.2
13Functions
13Types

Types

Functions

methodaddAWSAPIGatewayEmulatorbuilder
addAWSAPIGatewayEmulator(name: string, apiGatewayType: APIGatewayType, options?: APIGatewayEmulatorOptions): APIGatewayEmulatorResource
methodaddAWSDynamoDBLocalbuilder
addAWSDynamoDBLocal(name: string, options?: DynamoDBLocalOptions): DynamoDBLocalResource
methodaddAWSLambdaFunctionbuilder
addAWSLambdaFunction(name: string, projectPath: string, lambdaHandler: string, options?: LambdaFunctionPolyglotOptions): LambdaProjectResource
methodaddAWSLambdaServiceEmulatorbuilder
addAWSLambdaServiceEmulator(options?: LambdaEmulatorOptions): LambdaEmulatorResource
methodaddAWSSDKConfig
addAWSSDKConfig(): IAWSSDKConfig
methodwithAPIGatewayLambdaReferencebuilder
withAPIGatewayLambdaReference(lambda: LambdaProjectResource, httpMethod: Method, path: string): APIGatewayEmulatorResource
methodwithAWSSDKConfigReferencebuilder
withAWSSDKConfigReference(awsSdkConfig: IAWSSDKConfig): IResourceWithEnvironment
methodwithDynamoDBLocalReferencebuilder
withDynamoDBLocalReference(dynamoDBLocalResourceBuilder: DynamoDBLocalResource): IResourceWithEnvironment
methodwithDynamoDBStreamsEventSourcebuilder
withDynamoDBStreamsEventSource(tableName: string, options?: DynamoDBStreamsEventSourceOptions): LambdaProjectResource
methodwithProfile
withProfile(profile: string): IAWSSDKConfig
methodwithRegion
withRegion(systemName: string): IAWSSDKConfig
methodwithSdkValidation
withSdkValidation(sdkValidationEnabled: boolean): IAWSSDKConfig
methodwithSQSEventSourcebuilder
withSQSEventSource(queueUrl: string, options?: SQSEventSourceOptions): LambdaProjectResource

Enums