Amir Szekely
Amir Szekely
App links fail on first load because the browser treats the initial redirect as a file and not a folder. Links like `app?appId=....` should be appended to the proxy target,...
It'd be nice if not all types were required. Conversion is easy enough, but for testing purposes and just in case all types are not wanted, it's a good option...
https://aws.amazon.com/about-aws/whats-new/2024/03/aws-codebuild-custom-images-lambda-compute/
See #420 and #510
Fixes #394 Fixes #193
https://docs.github.com/en/rest/actions/self-hosted-runners?apiVersion=2022-11-28#create-configuration-for-a-just-in-time-runner-for-an-organization https://github.blog/changelog/2023-06-02-github-actions-just-in-time-self-hosted-runners/
https://aws.amazon.com/blogs/aws/external-endpoints-and-testing-of-task-states-now-available-in-aws-step-functions/
Seen in #451. I had a runner image with 2.310.2 and it was trying to update itself to 2.311.0. It somehow failed. That [resulted](https://github.com/CloudSnorkel/cdk-github-runners/actions/runs/6655878958/job/18087159848) in: > The self-hosted runner: CloudSnorkel-cdk-github-runners-1f43e9e0-740f-11ee-8cdb-8912db59...
It would be nice to have an easy way to install some or all of the components that come pre-loaded with the official non-self-hosted [runner image](https://github.com/actions/runner-images/tree/main/images/linux/scripts/installers). Maybe something like: ```...