https://github.com/zackproser/pinecone-pulumi-example
https://github.com/zackproser/pinecone-pulumi-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zackproser/pinecone-pulumi-example
- Owner: zackproser
- Created: 2024-01-23T16:50:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T16:50:48.000Z (over 2 years ago)
- Last Synced: 2025-01-15T01:07:53.121Z (over 1 year ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
```
npm i
export PINECONE_API_KEY=
export AWS_REGION=us-east-1
pulumi up
```