Skip to content

Commit d7326db

Browse files
authored
chore: add codespaces badge (#1155)
1 parent 8d52660 commit d7326db

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
77
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
88
&& apt-get -y install --no-install-recommends bash-completion
99

10-
# [Optional] Uncomment if you want to install an additional version of node using nvm
11-
# ARG EXTRA_NODE_VERSION=10
12-
# RUN su node -c "umask 0002 && ./usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
13-
1410
RUN wget https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip \
1511
&& unzip aws-sam-cli-linux-x86_64.zip -d sam-installation \
1612
&& sudo ./sam-installation/install \
1713
&& rm -rf sam-installation aws-sam-cli-linux-*
18-
19-
# Global node modules
20-
RUN su node -c "npm install -g npm-check-updates npm@next-8"

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ reported the issue. Please try to include as much information as you can. Detail
5555
## Getting Started
5656

5757
The following steps describe how to set up the AWS Lambda Powertools for TypeScript repository on your local machine.
58-
The alternative is to use a Cloud IDE like [Gitpod](https://www.gitpod.io/) or [Codespaces](https://github.com/features/codespaces) for your development.
58+
59+
The alternative is to use a Cloud IDE like [Gitpod](https://www.gitpod.io/) or [GitHub CodeSpaces](https://github.com/features/codespaces) for your development. To quickly get up and running you can click one of these button to open a cloned version of this repo with all of the prerequisites and dependencies installed:
5960

6061
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/awslabs/aws-lambda-powertools-typescript)
62+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=305501331)
6163

6264
### Setup
6365

0 commit comments

Comments
 (0)