Remove docs dynamic-config
article thumbnail

Introducing the CircleCI Config SDK

CircleCI

We are excited to announce the new CircleCI Config SDK is now available as an open-source TypeScript library. With the Config SDK you can define and generate your YAML config from type-safe and annotated JavaScript. You can even take advantage of package management to modularize any portion of your config code for reuse.

Testing 138
article thumbnail

Introducing dynamic config via setup workflows

CircleCI

With the new release of dynamic config via setup workflows, CircleCI customers can now use jobs and workflows, not only to execute work but to determine the work they want to run. We built dynamic config because we know our users want more dynamism in the CircleCI build process. How we enabled dynamic config.

Examples 116
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Saving data to Supabase and getting it back again

Netlify

Supabase generates API documentation for your database dynamically which is lovely as it means that the docs are contextualized for your database and you can discover how to work with your data quickly. config(); const { DATABASE_URL, SUPABASE_SERVICE_API_KEY } = process.env; // Connect to our database. How about reading data?

article thumbnail

Checking out LiveViewJS

Xebia

As you can see in the above picture, the websocket message has a response which contains a “1” for dynamic position “2”. We read a little of the docs, which are pretty much what you’d expect. At this point we got totally annoyed by working on top of the LiveViewJS repo (placing code in [link] as specified in the docs).

Examples 130
article thumbnail

Sending OpenTelemetry Data From AWS Lambda to Honeycomb

Honeycomb

Now, add the following contents to hello_world/otel-collector-config : receivers: otlp: protocols: grpc: http: processors: exporters: otlp: endpoint: api.honeycomb.io:443 Unfortunately, it’s not dynamic. At the end of the day, it will populate your Lambda’s HONEYCOMB_API_KEY key with the value you stored in your secret above.

Lambda 52
article thumbnail

ConsoleMe: A Central Control Plane for AWS Permissions and Access

Netflix Tech

Access the AWS console ( docs , talk , demo ) ConsoleMe allows users to access the AWS console through the use of temporary IAM role credentials. Retrieve and serve short-lived AWS credentials through Weep ( docs , talk ) Weep is ConsoleMe’s CLI utility. Users have a number of ways they can log in to the AWS console.

AWS 100
article thumbnail

New features for Ruby and Rails applications with a new version of the Honeycomb Beeline for Ruby

Honeycomb

This generates a configuration file in config/initializers/honeycomb.rb If you want to customize your Beeline further, you can find the docs here. For Rails applications we now have a generator that creates a configuration file for the Beeline. bundle exec rails generate honeycomb YOUR_API_KEY --dataset rails. freeze end.