mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
Make codefiles visible downstream
This commit is contained in:
@@ -17,6 +17,8 @@ interface AWSLambdaResponse extends ToolResponse {
|
||||
memorySize: number
|
||||
environment: Record<string, string>
|
||||
tags: Record<string, string>
|
||||
codeFiles: Record<string, string>
|
||||
handler: string
|
||||
}
|
||||
}
|
||||
|
||||
@@ -302,5 +304,7 @@ export const AWSLambdaBlock: BlockConfig<AWSLambdaResponse> = {
|
||||
memorySize: 'number',
|
||||
environment: 'json',
|
||||
tags: 'json',
|
||||
codeFiles: 'json',
|
||||
handler: 'string',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -115,6 +115,7 @@ export const awsLambdaDeployTool: ToolConfig<AWSLambdaDeployInput, AWSLambdaDepl
|
||||
description: 'Tags for the function',
|
||||
default: {},
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
request: {
|
||||
|
||||
@@ -56,6 +56,7 @@ export const awsLambdaFetchTool: ToolConfig<AWSLambdaFetchParams, AWSLambdaFetch
|
||||
required: true,
|
||||
description: 'Name of the Lambda function to fetch',
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
request: {
|
||||
|
||||
Reference in New Issue
Block a user