Update block

This commit is contained in:
Siddharth Ganesan
2025-07-07 13:27:36 -07:00
parent c82e5ac3b3
commit cb393c1638

View File

@@ -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',