Daniel Abib
Daniel Abib
./node_modules/@firebase/firestore/dist/esm/src/platform_browser/webchannel_connection.js 33:24-33 '@firebase/webchannel-wrapper' does not contain an export named 'XhrIoPool'.
Is there a possible way to run all these 3 stacks usins serverless-offline? When I start the first project, it assume port 3002 and as soon as I try start...
I am trying to deploy the CDK stack and this error has been raising: Error: CognitoGoogleFederationExperiment/UserPool/default/Resource [AWS::Cognito::UserPoolDomain] is missing required property: domain at Object.requireProperty (/home/ec2-user/environment/tmp-cognito/cognito-google-federation-example/node_modules/aws-cdk-lib/core/lib/runtime.js:4:2814) at new CfnUserPoolDomain (/home/ec2-user/environment/tmp-cognito/cognito-google-federation-example/node_modules/aws-cdk-lib/aws-cognito/lib/cognito.generated.js:1:100676) at...
Fixes the 2.5-year-old bug where SAM CLI crashed with AttributeError when processing templates using CloudFormation's Fn::ForEach. Following AWS CLI's approach (aws/aws-cli#8096), we now detect and skip Fn::ForEach constructs during local...
## Why is this change necessary? This change addresses GitHub Issue #921, a 6-year-old community request for automatic rebuild functionality. Currently, developers must manually run `sam build` after every code...
## Description This PR adds support for loading environment variables from .env files when running SAM local commands. This provides a more convenient alternative to JSON format while maintaining backward...
## What does this PR do? Adds `sam local start-function-urls` command to locally test Lambda Function URLs. This has been a heavily requested feature (see #4299 with 15+ community comments)....
## Description Fixes #2406 This PR adds support for displaying nested stack changes during `sam deploy` changesets, allowing users to see what resources will be created/modified in nested stacks before...
```markdown ## Which issue(s) does this change fix? Fixes #2122 ## Why is this change necessary? Issue #2122 requested that the `--filesystem` flag be made available for all `sam local`...
## Problem The current samconfig.toml parameter format is hard to work with: - Single-line strings get very long and unreadable - CLI parameters replace config completely (no merging) - Complex...