Ken Collins

Results 68 issues of Ken Collins

Was reading this post (https://aws.amazon.com/blogs/compute/building-private-serverless-apis-with-aws-lambda-and-amazon-vpc-lattice/) and reminding myself to ensure the event is HTTP or REST compatible. Likely is.

Been seeing these a lot more lately on the latest cookiecutter with Ubuntu image. Normally I would only see these on shutdown but I am starting to see them more...

This helps ensure that we get/cache the image in a unique job and then have other jobs `:needs` it. https://github.com/rails-lambda/lamby_benchmark/commit/c3af7728acad23e9f2ae10558ac781d708201bcc

At some point in the near future, examine OpenID Connect and more modern ways to connect AWS to GitHub and/or CirlceCI. - https://github.com/aws-actions/configure-aws-credentials - https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/.github/workflows/reusable_deploy_v2_sar.yml - https://circleci.com/docs/openid-connect-tokens/ - https://discuss.circleci.com/t/walk-through-oidc-to-aws/44226 -...

Now that we have Lamby v4, with various Rack handler and proc configs, we should document them all in one place. Will do this on the new site. Will also...

Been using the subfolder which is a nested `.devcontainer/service/.devcontainer` directory and finding that the `devcontainer.metadata` is a merge of the two directories. There may be other oddities. Expected? Should I...

info-needed

I think the UX is kind of neat but clicking the little disclosure box next to "Run command in container" all the time to see the runCmd outputs is kind...

When using the docker in docker feature it has a 20% chance to fail. I created a demo repo to show case this. It uses concurrent jobs to highlight the...

Idea is to have a distinct coachable devcontainer image step in the ci/cd flow. Example: https://github.com/rails-lambda/lamby_benchmark/commit/c3af7728acad23e9f2ae10558ac781d708201bcc

Technically Lamby supports any database, it is not in the Lamby gem's scope to care about which Rack framework or potential database you might use with it or not. That...