Karthikeyan Perumal

Results 5 comments of Karthikeyan Perumal

## Proposal UX for the event handler ### Manual ```typescript import { ApiGatewayResolver } from '@aws-lambda-powertools/event-handler/ApiGateway'; import { Context, APIGatewayProxyEvent } from 'aws-lambda'; // API Gateway Resolver const app =...

Hi @RanVaknin Here is our ini file ``` [default] source_profile=web_token role_arn= [web_token] web_identity_token_file= role_arn= ``` The `federation-role-arn` has a only policy to allow assumerole for `app-role-arn`. With the earlier versions...

@michaelliav Trying to understand the usecase here. Will the below config solve your issue? ```yaml apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: name: Create_SQS_FIFO title: Create SQS FIFO description: Workflow to create...

> Hi, > > Exactly! In many use cases, it’s important to display content dynamically based on various inputs. Additionally, when multiple workflows require the same logic, importing it from...

> > > Hi, > > > > > > > > > > > > > > Exactly! In many use cases, it’s important to display content dynamically based...