Michele Ricciardi
Michele Ricciardi
I made a change to the email validation so I tried running 'grunt build' but it doesn't seem to be working. I ran 'grunt build --stack' and here it is:...
Implement [#176](https://github.com/alexcasalboni/aws-lambda-power-tuning/issues/176) This is another implementation based on https://github.com/alexcasalboni/aws-lambda-power-tuning/pull/177 With this implementation the mechanism for publishing new versions is decoupled, and the Step Function workflow implements a loop to publish...
**Is your feature request related to a problem? Please describe.** When using the Powertools Logger, log lines are annotated with a number of useful fields such as `function_request_id`. However, if...
**Is your feature request related to a problem? Please describe.** When using the idempotency module with Tracing: Active, it is not possible to see from the Trace how much time...
As mentioned in this issue https://github.com/colinskow/superlogin/issues/81 I was wondering if you plan to have an "update" on custom fields? If so, please take a look at this PR and let...
### Description: When there is a SAM template with a Lambda function property `AutoPublishAlias`, I expect that changes to the Lambda function will publish a new Lambda Version. However, it...
### Description: When there is a SAM template with a Lambda function property `AutoPublishAlias`, I expect that changes to the Lambda function will publish a new Lambda Version. However, it...
### Use case With the rise in popularity of GenAI, there are many developers and businesses building new GenAI workloads on AWS Lambda. Frameworks like [Langchain](https://github.com/langchain-ai/langchainjs) and [LlamaIndex](https://github.com/run-llama/llama_index) make it...
With the Preview launch of [Bedrock Prompt Management](https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management.html), it would be great to have these new features covered under the Bedrock workshop. I would propose that we add the following...
I am writing some code to use DuckDB to query data residing in a S3 Bucket. According to [the docs](https://duckdb.org/docs/extensions/aws.html): ``` you will not need to explicitly interact with the...