Christian Nuss
Christian Nuss
Quick question... (cc: @WoH as the original author) I was trying out some of the Validation work, and I was wondering... In the following examples, is there a reason it's...
## Description Add flags to control the docker execution environment a little more. These were added to support connecting to a debugger within a container. ## Motivation and Context See...
Greetings! I've spent the better part of the day debugging this but I'm afraid I have hit a wall... # Steps to Reproduce TL;DR: I've set up a sample repo...
# Description of change Instead of relying solely on the pipe operator on the command line (`|`), allow a different output stream to be provided. # Manual QA steps -...
I'd like to add/append my own Message-of-the-Day (motd) at terminal start in Codespaces using Features, but it doesn't look like `/etc/motd` is displayed. Is there a file I can modify...
Could we have an update to automatically send device telemetry with the event for iOS and Android? Fields that would be handy: Device Information - Device Family (iOS/Android/...) - Device...
I have a S3 bucket in serverless.yaml resources: ``` resources: Resources: Bucket: Type: AWS::S3::Bucket Properties: BucketEncryption: ServerSideEncryptionConfiguration: - ServerSideEncryptionByDefault: SSEAlgorithm: 'AES256' ``` Note: I've left off the `BucketName` property, so...
## Description In the following `serverless.yml` configuration: ```yml custom: serverless-offline: port: 3000 websocketPort: 3000 ``` The following error occurs at startup: ``` ✖ Unexpected error while starting serverless-offline server on...
## Description This PR allows usage of `runtime: provided` in `serverless.yml` and `useDocker` is unset or false in `custom.serverless-offline`: ``` GET /dev/hello (λ: hello) × Unsupported runtime × Uncaught exception...