{"id":20442573,"url":"https://github.com/bifravst/bdd-markdown-e2e-example-aws","last_synced_at":"2026-04-17T22:04:40.870Z","repository":{"id":60050317,"uuid":"539851783","full_name":"bifravst/bdd-markdown-e2e-example-aws","owner":"bifravst","description":"Example use of @bifravst/bdd-markdown","archived":false,"fork":false,"pushed_at":"2024-10-30T00:23:03.000Z","size":16218,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":4,"default_branch":"saga","last_synced_at":"2024-10-30T01:47:43.401Z","etag":null,"topics":["aws","bdd","cloudnative","e2e","iot","nrf-asset-tracker","testing"],"latest_commit_sha":null,"homepage":"https://github.com/bifravst/bdd-markdown-e2e-example-aws#readme","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bifravst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-22T07:23:10.000Z","updated_at":"2024-10-30T00:33:02.000Z","dependencies_parsed_at":"2023-10-23T08:38:38.144Z","dependency_job_id":"205ea592-2f53-43fc-865b-1a6ba0a7cc0b","html_url":"https://github.com/bifravst/bdd-markdown-e2e-example-aws","commit_stats":null,"previous_names":["bifravst/bdd-markdown-e2e-example-aws"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Fbdd-markdown-e2e-example-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Fbdd-markdown-e2e-example-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Fbdd-markdown-e2e-example-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Fbdd-markdown-e2e-example-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bifravst","download_url":"https://codeload.github.com/bifravst/bdd-markdown-e2e-example-aws/tar.gz/refs/heads/saga","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241989860,"owners_count":20053804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aws","bdd","cloudnative","e2e","iot","nrf-asset-tracker","testing"],"created_at":"2024-11-15T09:41:33.169Z","updated_at":"2026-04-17T22:04:40.835Z","avatar_url":"https://github.com/bifravst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BDD Feature Runner for AWS Examples\n\n[![GitHub Actions](https://github.com/bifravst/bdd-markdown-e2e-example-aws/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/bdd-markdown-e2e-example-aws/actions)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)\n[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)\n[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)\n\nExample use of\n[@bifravst/bdd-markdown](https://www.npmjs.com/package/@bifravst/bdd-markdown).\n\n    npm ci           # install dependencies\n    npx cdk deploy   # deploy the stack to your AWS account\n    npm test         # run the tests\n\n_Note: AWS CDK follows the AWS SDK way of authenticating. See\n[this guide](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html) to\nlearn more._\n\n## Webhook receiver\n\nThe [`Webhook.feature.md`](./features/Webhook.feature.md) shows how to use AWS\nApiGateway, Lambda and SQS to set up a real test double for a webhook endpoint.\nIt allows to test that a component which is supposed to send a webhook is\nactually sending it.\n\n## Set up CD\n\nYou need to create a\n[developer token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)\nwith `repo` and `admin:repo_hook` permissions for an account that has write\npermissions to your repository.\n\nYou need to store this token in AWS ParameterStore which is a **one-time**\nmanual step done through the AWS CLI:\n\n    aws ssm put-parameter --name /codebuild/github-token --type String --value \u003cGithub Token\u003e\n    aws ssm put-parameter --name /codebuild/github-username --type String --value \u003cGithub Username\u003e\n\nThen set up the continuous deployment:\n\n    npx tsx cdk/cloudformation-cd.ts deploy\n\n## Architecture decision records (ADRs)\n\nsee [./adr](./adr).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifravst%2Fbdd-markdown-e2e-example-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbifravst%2Fbdd-markdown-e2e-example-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifravst%2Fbdd-markdown-e2e-example-aws/lists"}