Skip to content

Commit 9fe00e6

Browse files
ran-isenbergRan Isenberg
and
Ran Isenberg
authored
chore: remove cookiecutter until updated (#753)
Co-authored-by: Ran Isenberg <ran.isenberg@ranthebuilder.cloud>
1 parent 05dd721 commit 9fe00e6

File tree

3 files changed

+3
-48
lines changed

3 files changed

+3
-48
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,6 @@ This project can serve as a template for new Serverless services - CDK deploymen
2222
[![Website](https://img.shields.io/badge/Website-www.ranthebuilder.cloud-blue)](https://www.ranthebuilder.cloud/)
2323

2424

25-
## Cookiecutter Option
26-
27-
You can get a cleaner version of this repository without using the template button on GitHub with cookiecutter.
28-
29-
* Cookiecutter - install with pip/brew ``brew install cookiecutter`` or ``pip install cookiecutter`
30-
31-
Then run:
32-
33-
```
34-
cookiecutter gh:ran-isenberg/cookiecutter-serverless-python
35-
```
36-
37-
Answer the questions to select repo name, service name, etc.:
38-
39-
![logo](https://github.com/ran-isenberg/cookiecutter-serverless-python/blob/main/media/howto.png?raw=true)
40-
41-
42-
**That's it, your developer environment has been set! you are ready to deploy the service:**
43-
44-
```
45-
cd {new repo folder}
46-
poetry shell
47-
make deploy
48-
```
4925

5026
You can also run 'make pr' will run all checks, synth, file formatters , unit tests, deploy to AWS and run integration and E2E tests.
5127

docs/getting_started.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,8 @@ description: AWS Lambda Cookbook Project Getting started
1010
* [poetry](https://pypi.org/project/poetry/){target="_blank"} - Make sure to run ``poetry config --local virtualenvs.in-project true`` so all dependencies are installed in the project '.venv' folder.
1111
* For Windows based machines, use the Makefile_windows version (rename to Makefile). Default Makefile is for Mac/Linux.
1212

13-
## Cookiecutter Option
1413

15-
You can get a cleaner version of this repository without using the template button on GitHub with cookiecutter.
16-
17-
* Cookiecutter - install with pip/brew ``brew install cookiecutter`` or ``pip install cookiecutter`
18-
19-
Then run:
20-
21-
``cookiecutter gh:ran-isenberg/cookiecutter-serverless-python``
22-
23-
Answer the questions to select repo name, service name, etc.:
24-
25-
![logo](https://github.com/ran-isenberg/cookiecutter-serverless-python/blob/main/media/howto.png?raw=true)
26-
27-
That's it! you are ready to go and deploy the service to AWS.
28-
29-
``cd {new repo folder}``
30-
``poetry shell``
31-
``make deploy``
32-
33-
<br></br>
34-
35-
## **Creating a Developer Environment without cookiecutter**
14+
## **Creating a Developer Environment**
3615

3716
1. Run ``make dev``
3817

docs/pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: AWS Lambda Cookbook - Elevate Your Handler's Code Python pipeline
77

88
The GitHub CI/CD pipeline includes the following steps.
99

10-
The pipelines uses environment secrets (under the defined environment dev) for code coverage and for the role to deploy to AWS.
10+
The pipelines uses environment secrets (under the defined environment 'dev', 'staging' and 'production') for code coverage and for the role to deploy to AWS.
1111

12-
When you clone this repository or use the [cookiecutter variation](https://github.com/ran-isenberg/cookiecutter-serverless-python), be sure to define an environment in your [repo settings](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment) and add two environment secrets:
12+
When you clone this repository be sure to define the environments in your [repo settings](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment) and add two environment secrets:
1313

1414
1. AWS_ROLE - to role to assume for your GitHub worker as defined [here](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services) .
1515
2. CODECOV_TOKEN - for [code coverage integration](https://app.codecov.io/).

0 commit comments

Comments
 (0)