Skip to content

Commit e878e59

Browse files
committed
Update invoke for simplified actions
1 parent c8e7e6f commit e878e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/lambda/invoke_action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type invokeActionModel struct {
4646
}
4747

4848
func (a *invokeAction) Schema(ctx context.Context, req action.SchemaRequest, resp *action.SchemaResponse) {
49-
resp.Schema = schema.UnlinkedSchema{
49+
resp.Schema = schema.Schema{
5050
Description: "Invokes an AWS Lambda function with the specified payload. This action allows for imperative invocation of Lambda functions with full control over invocation parameters.",
5151
Attributes: map[string]schema.Attribute{
5252
"function_name": schema.StringAttribute{

0 commit comments

Comments
 (0)