Skip to content

Commit

Permalink
Fix cloudflare secrets url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed May 22, 2020
1 parent 9f20add commit 11c00db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ strategy by default.
```js
import { AwsClient } from 'aws4fetch'

// https://developers.cloudflare.com/workers/api/resource-bindings/secrets-vault/
// https://developers.cloudflare.com/workers/reference/apis/environment-variables/#secrets
const aws = new AwsClient({ accessKeyId: MY_ACCESS_KEY, secretAccessKey: MY_SECRET_KEY })

// https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html
Expand Down

0 comments on commit 11c00db

Please sign in to comment.