mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 23:17:59 -05:00
Update block
This commit is contained in:
@@ -77,17 +77,17 @@ export const AWSLambdaBlock: BlockConfig<AWSLambdaResponse> = {
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 'role',
|
||||
title: 'Role ARN',
|
||||
type: 'short-input',
|
||||
layout: 'full',
|
||||
placeholder: 'Enter the IAM Role ARN for Lambda execution',
|
||||
password: false,
|
||||
condition: {
|
||||
field: 'operationType',
|
||||
value: ['create/update'],
|
||||
},
|
||||
id: 'role',
|
||||
title: 'Role ARN',
|
||||
type: 'short-input',
|
||||
layout: 'full',
|
||||
placeholder: 'Enter the IAM Role ARN for Lambda execution',
|
||||
password: false,
|
||||
condition: {
|
||||
field: 'operationType',
|
||||
value: ['create/update'],
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'operationType',
|
||||
title: 'Operation Type',
|
||||
|
||||
Reference in New Issue
Block a user