Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcone committed Jan 22, 2024
1 parent 29b9fae commit 2114d03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Fastly
Copyright (c) 2024 Fastly

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Introduction to Compute

This branch contains the final iteration of the serverless application for the *Introduction to Compute* tutorial.
This branch contains the final iteration of the serverless application for the [*Introduction to Compute*](https://docs.fastly.com/en/tutorials/compute) tutorial.

## How to use this

You can follow along with the *Introduction to Compute* tutorial by viewing the source code for the serverless application. Each change to the application corresponds to a section of the tutorial and is stored in a separate branch:

- [Initialized application and first commit](https://github.com/fastly/tacolabs/tree/fastly-compute-1)
- [Added origin hostname](https://github.com/fastly/tacolabs/tree/fastly-compute-2) - [diff](https://github.com/fastly/tacolabs/commit/189e46938f4ec8c852c02d10b0045e8fed500eff)
- [Set response headers](https://github.com/fastly/tacolabs/tree/fastly-compute-3) - [diff](https://github.com/fastly/tacolabs/commit/9f72ede4de4fe4207797802e719b2a0ca8777535)
- [Created custom 404 response](https://github.com/fastly/tacolabs/tree/fastly-compute-4) - [diff](https://github.com/fastly/tacolabs/commit/19f38fb34951ba0e88dbc089c06439f3a55f8eca)
- [Added 404 HTML page](https://github.com/fastly/tacolabs/tree/fastly-compute-5) - [diff](https://github.com/fastly/tacolabs/commit/4b841ab3e2a04fb4a4f1faac381e4b98c4726695)
- [Added robots.txt file](https://github.com/fastly/tacolabs/tree/fastly-compute-6) - [diff](https://github.com/fastly/tacolabs/commit/39c5cc1d4cda30fff2bff19a182132ae610f298d)
- [Added support for redirects](https://github.com/fastly/tacolabs/tree/fastly-compute-7) - [diff](https://github.com/fastly/tacolabs/commit/44deb1c56ed58dc371fba81e3237fedb92881ee9)
- [Configured log tailing](https://github.com/fastly/tacolabs/tree/fastly-compute-8) - [diff](https://github.com/fastly/tacolabs/commit/ba41891a20d7cb661a3310307665cace4dfeb1eb)
- [Set up a log streaming endpoint](https://github.com/fastly/tacolabs/tree/fastly-compute-9) - [diff](https://github.com/fastly/tacolabs/commit/153a0abc40fbcfb7492c857ec0c3328163c3c0b3)
- [Initialize application and first commit](https://github.com/fastly/tacolabs/tree/fastly-compute-v1)
- [Hello, world!](https://github.com/fastly/tacolabs/tree/fastly-compute-v2)
- [Add origin hostname](https://github.com/fastly/tacolabs/tree/fastly-compute-v3) - [diff](https://github.com/fastly/tacolabs/commit/ff292697076434934e1653a0623190108b6ad7ef)
- [Set response headers](https://github.com/fastly/tacolabs/tree/fastly-compute-v4) - [diff](https://github.com/fastly/tacolabs/commit/3390165e0c7c19dfbe0268894de1c371f7ce3420)
- [Create custom 404 response](https://github.com/fastly/tacolabs/tree/fastly-compute-v5) - [diff](https://github.com/fastly/tacolabs/commit/c2bf5122efd2644872bd31ea1630a6129e0824d6)
- [Add 404 HTML page](https://github.com/fastly/tacolabs/tree/fastly-compute-v6) - [diff](https://github.com/fastly/tacolabs/commit/5004f97cee77c7e08063168de4244d719c1f6c4a)
- [Add robots.txt file](https://github.com/fastly/tacolabs/tree/fastly-compute-v7) - [diff](https://github.com/fastly/tacolabs/commit/82f83f7d638adcd4a6fa2700fa7608b78e27d7bb)
- [Add support for redirects](https://github.com/fastly/tacolabs/tree/fastly-compute-v8) - [diff](https://github.com/fastly/tacolabs/commit/b2c4dad5cc0c67596f4c7d2491633795015f8495)
- [Configure log tailing](https://github.com/fastly/tacolabs/tree/fastly-compute-v9) - [diff](https://github.com/fastly/tacolabs/commit/1d7659b8a84ca57d47b12fcef0a71cf13393172c)
- [Set up a log streaming endpoint](https://github.com/fastly/tacolabs/tree/fastly-compute-v10) - [diff](https://github.com/fastly/tacolabs/commit/05ba696e79abb2724a7e40672f3a33b96499c94f)

We've removed the service ID information from the `fastly.toml` configuration file. If you want to try deploying this application, you'll need to edit the `fastly.toml` to update the author information and add your service ID.

Expand Down

0 comments on commit 2114d03

Please sign in to comment.