Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | www.claudiobernasconi.ch
12.2 parsecs away

Travel
| | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications.
| | aaronstuyvenberg.com
10.6 parsecs away

Travel
| | A quick look at a brand new way to invoke Lambda functions!
| | svrooij.io
12.4 parsecs away

Travel
| | I'm super enthusiastic about managed identities, because it allows you to deploy your application without having to worry about credentials. Federated credentials are a way to accomplish the same for none Azure resources. You can use federated credentials to authenticate several tasks inside Github Actions, and thus securely deploy your app to Azure without the need of a secret configured in GitHub. As the regular readers might expect this post will explain how federated credentials actually work inside GitHub Actions, a deep dive into the techniques that are actually driving this feature. Get a federation token from GitHub
| | wweb.dev
32.6 parsecs away

Travel
| In this part, we're creating a DynamoDB. Then we create a Lambda for creating, reading, updating, and deleting entries in that database. And last we create...