Sébastien Stormacq

Results 31 issues of Sébastien Stormacq

### How did you install the Amplify CLI? curl -sL https://aws-amplify.github.io/amplify-cli/install | bash && $SHELL ### If applicable, what version of Node.js are you using? v20.6.0 ### Amplify CLI Version...

bug
requires attention
transferred

This PR adds a `logger.trace()` in `LambdaRuntime` just before calling user's handler. It allows to see in the trace logs a string representation of the event passed by the AWS...

This PR shows proof-of-concept code to add a deployer plugin, in addition to the existing archiver plugin. The deployer plugin generates a SAM deployment descriptor and calls the SAM command...

### Expected behavior I expect the archive plugin to package the `MyLambda` function part of the `Examples/Localdebugging` The archive command fails because part of the `MyLambda` function relies on `Shared`...

packager
examples

### Expected behavior Trying to use the archive plugin on examples is not working out of the box. In the examples directory `Package.swift` must be modified as this (note the...

Hello, I just acquired a DX700 TV and was trying your vera-control (Thanks !) The web based remote control is working. API works well for what I tested, except the...

Investigate the use of https://github.com/marketplace/actions/bump-homebrew-formula or https://github.com/marketplace/actions/homebrew-releaser

enhancement

install requires root privileges. `xcodeinstall install` uses `sudo` The command should check if `/etc/sudoers.d/your_user_id` exists and prompt to create one with ``` # Give your_user_id sudo access your_user_id ALL=(ALL) NOPASSWD:ALL...

enhancement

Consider using https://github.com/saagarjha/unxip to speed up unxip

enhancement