Aspire.Hosting.AWS
Official
📦 Aspire.Hosting.AWSv13.7.213Functions
13Types
13 types and 0 members
Types
type
APIGatewayEmulatorOptions3 fieldshandle
APIGatewayEmulatorResource1 memberstype
DynamoDBLocalOptions9 fieldshandle
DynamoDBLocalResourcetype
DynamoDBStreamsEventSourceOptions3 fieldsinterface
IAWSSDKConfig3 memberstype
LambdaEmulatorOptions7 fieldshandle
LambdaEmulatorResourcetype
LambdaFunctionPolyglotOptions2 fieldshandle
LambdaProjectResource2 memberstype
SQSEventSourceOptions4 fieldsFunctions
method
addAWSAPIGatewayEmulatorbuilderaddAWSAPIGatewayEmulator(name: string, apiGatewayType: APIGatewayType, options?: APIGatewayEmulatorOptions): APIGatewayEmulatorResourcemethod
addAWSDynamoDBLocalbuilderaddAWSDynamoDBLocal(name: string, options?: DynamoDBLocalOptions): DynamoDBLocalResourcemethod
addAWSLambdaFunctionbuilderaddAWSLambdaFunction(name: string, projectPath: string, lambdaHandler: string, options?: LambdaFunctionPolyglotOptions): LambdaProjectResourcemethod
addAWSLambdaServiceEmulatorbuilderaddAWSLambdaServiceEmulator(options?: LambdaEmulatorOptions): LambdaEmulatorResourcemethod
addAWSSDKConfigaddAWSSDKConfig(): IAWSSDKConfigmethod
withAPIGatewayLambdaReferencebuilderwithAPIGatewayLambdaReference(lambda: LambdaProjectResource, httpMethod: Method, path: string): APIGatewayEmulatorResourcemethod
withAWSSDKConfigReferencebuilderwithAWSSDKConfigReference(awsSdkConfig: IAWSSDKConfig): IResourceWithEnvironmentmethod
withDynamoDBLocalReferencebuilderwithDynamoDBLocalReference(dynamoDBLocalResourceBuilder: DynamoDBLocalResource): IResourceWithEnvironmentmethod
withDynamoDBStreamsEventSourcebuilderwithDynamoDBStreamsEventSource(tableName: string, options?: DynamoDBStreamsEventSourceOptions): LambdaProjectResourcemethod
withProfilewithProfile(profile: string): IAWSSDKConfigmethod
withRegionwithRegion(systemName: string): IAWSSDKConfigmethod
withSdkValidationwithSdkValidation(sdkValidationEnabled: boolean): IAWSSDKConfigmethod
withSQSEventSourcebuilderwithSQSEventSource(queueUrl: string, options?: SQSEventSourceOptions): LambdaProjectResource