{"id":37858156,"url":"https://github.com/winglang/workshop-bedrock","last_synced_at":"2026-01-16T16:29:32.793Z","repository":{"id":215264465,"uuid":"738512417","full_name":"winglang/workshop-bedrock","owner":"winglang","description":"In this workshop, you’ll learn how to build your own GitHub application that uses Amazon Bedrok to fix grammar mistakes on your markdown files","archived":false,"fork":false,"pushed_at":"2024-04-25T10:54:10.000Z","size":409,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-25T11:48:58.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winglang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-03T11:56:25.000Z","updated_at":"2024-04-25T10:54:13.000Z","dependencies_parsed_at":"2024-01-03T13:27:45.372Z","dependency_job_id":"f8730c79-8404-4b00-bbcd-1788a360d948","html_url":"https://github.com/winglang/workshop-bedrock","commit_stats":null,"previous_names":["winglang/workshop-bedrock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/winglang/workshop-bedrock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winglang%2Fworkshop-bedrock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winglang%2Fworkshop-bedrock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winglang%2Fworkshop-bedrock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winglang%2Fworkshop-bedrock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winglang","download_url":"https://codeload.github.com/winglang/workshop-bedrock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winglang%2Fworkshop-bedrock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T16:29:29.982Z","updated_at":"2026-01-16T16:29:32.783Z","avatar_url":"https://github.com/winglang.png","language":null,"funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# Bedrock + Wing Workshop\n\n_Building a Serverless Workflow, Powered by AI_\n\nThis repo is a step-by-step guide for an online workshop ([Eventbrite](https://www.eventbrite.com/e/amazon-bedrock-winglang-tickets-769562721817)).\n\nThis workshop is available on [youtube](https://youtu.be/0o1BYccryNQ?si=BLtkHG-qKxl95_gY)\n\n## Any issues? Questions? Let's talk!\n\nPlease [join Winglang's Slack](https://t.winglang.io/slack); we have a dedicated channel for this workshop [#workshop-bedrock](https://winglang.slack.com/archives/C06BWT4PC30).\n\n## During the session, you'll learn the following\n\n- Build a GitHub App and Deploy it to AWS (using terraform)\n- Introduction to [Amazon Bedrock](https://aws.amazon.com/bedrock/)\n- Using Amazon Bedrock resources from Wing\n- Creating a GitHub App from scrath, developing it locally\n\n### Some General Resources\n\n- [Learn about Inflights](https://www.winglang.io/docs/concepts/inflights) - Preflight and Inflight are Winglang's most important core concepts.  \n- [Cheat Sheet](./cheatsheet.md) - Let's learn Wing in 5 minutes, shall we?\n- [Language Reference](https://www.winglang.io/docs/language-reference) - A complete language reference for Winglang.\n- [Winglibs](https://github.com/winglang/winglibs) - Wing Trusted Library Ecosystem\n- [Playground](https://www.winglang.io/play/) - Write and test Wing code online.\n\n## The Application\n\nA GitHub Application (AKA GitHub bot) that listens to any incoming pull requests and corrects spelling, grammar, \u0026 punctuation for any `*.md` files changed during the pull request.\n\n[See Demo](https://www.youtube.com/watch?v=VzV4lqu9Fhs\u0026t=2s)\n\n### Workshop Sessions\n\n1. **Setup \u0026 Prerequisites** - Tools, setup, and getting access to AWS Bedrock Foundation Models ([link](./01-setup.md)).\n2. **Why Winglang** - Problems with serverless, and the Wing approach ([pdf](https://raw.githubusercontent.com/ekeren/react-wing-workshop/main/assets/why.pdf)).\n3. **Introduction to Bedrock** - A short introduction to Amazon Bedrock service by [Arik Porat](https://www.linkedin.com/in/arik-porat-15419426/), Solutions Architect at AWS.  \n4. **Using Bedrock in Wing** - Installing \u0026 using the `winglibs/bedrock` module ([link](./04-bedrock.md)).\n5. **Create a GitHub App** - Step by step guide to creating a GitHub app ([link](./05-create-github-app.md)).\n6. **Wing's GitHub Module** - Using `winglibs/github` instead to make an uppercase bot ([link](./06-github-winglibs.md)).\n7. **Spell Checking with Bedrock** - Modifying the files based on `winglibs/bedrock` ([link](./07-fix-english-please.md)).\n8. **Deploy to AWS** - Deploying the application to AWS ([link](./08-deploy.md)).\n\n---\n\n### What's Next?\n\nIn the next session, we will be using [LangChain](https://www.langchain.com/) with [AWS Bedrock](https://aws.amazon.com/bedrock/) to embed documents into [Momento Vector Index](https://docs.momentohq.com/vector-index).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinglang%2Fworkshop-bedrock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinglang%2Fworkshop-bedrock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinglang%2Fworkshop-bedrock/lists"}