Daniel Abib

Results 47 comments of Daniel Abib

I'd like know if someone knows if there are some reference of NGX-ADMIN to React.

@Khushmohitkar Looks like this might be a duplicate of: - [#7968](https://github.com/aws/aws-sam-cli/issues/7968) - Bug: sam build - AttributeError - [#1396](https://github.com/aws/aws-sam-cli/issues/1396) - AttributeError in intrinsics_symbol_table.py - [#8166](https://github.com/aws/aws-sam-cli/issues/8166) - Bug: Lambda functions containers...

Hey @leandrodamascena! ๐Ÿ‘‹ I've done a comprehensive analysis of the potential API confusion between `append_keys` and `persistent_keys` that you mentioned in issue #6002. Here's my detailed investigation and recommendations. ##...

**Implementation Complete!** The nested stack changeset feature has been implemented and is ready for review in [**PR #8299**] (https://github.com/aws/aws-sam-cli/pull/8299) **What's New:** Users can now see nested stack changes directly in...

Hey @leandrodamascena, maybe I can jump in this thread! ๐Ÿ‘‹ I've done a deep analysis of @tlinhart's original issue and I think I have a solid understanding of what needs...

Hey @dreamorosi! ๐Ÿ‘‹ Just wanted to let you know I've implemented the OpenAPI response enhancement you requested. The PR is ready: https://github.com/aws-powertools/powertools-lambda-python/pull/7312 Now you can use `headers`, `links`, and `examples`...

๐Ÿ‘ This feature would be extremely valuable for TypeScript/Node.js users! I noticed that **Powertools for AWS Lambda Python already has Feature Flags support** (as mentioned by @leandrodamascena), but the lack...

@javierhersan thanks for reporting this! It looks like your message got cut off in the launch.json configuration - I can see it ends at `"lambdaHandler": "app.lambda_ha` but I need to...

# Description Fixes #5647 This PR fixes the 2.5-year-old bug where SAM CLI crashed with `AttributeError` when processing CloudFormation templates that use the `Fn::ForEach` intrinsic function. Following AWS CLI's approach...

# Response to roger-zhangg's Review Hey @roger-zhangg, Thanks for the review! Addressed all three points: ## 1. Filesystem existence check Already done via Click validation: ```python type=click.Path(exists=True, file_okay=False, dir_okay=True, resolve_path=True)...