Trivikram Kamat

Results 146 comments of Trivikram Kamat

> * As noted below, I can't find an export of `ReadableStream` and `Blob` so it appears to be impossible to make this code type-safe. > > For reference, I've...

> I didn't realise the methods and types were documented. I took the description on the client landing page (go to the README) to mean it was a dead-end. Perhaps...

Reopening as lot of customers have raised questions. Tagging @AllanZhengYP for comment.

We don't export `fromEnv` in browser environments, as they don't have an environment to read variables from. Similar use case for `fromIni` which reads from configuration files, which do not...

> it is common for environment variables to be placed into `process.env` via build processes Can you share an example or documentation of how it's done in case of create...

> * create-react-app.dev/docs/adding-custom-environment-variables This wiki clearly mentions > WARNING: Do not store any secrets (such as private API keys) in your React app! It's not explicitly called out in homepage...

> It's used commonly for local development configurations. Out of curiosity to check if any follow-up is required from SDK: How do frontend developers ensure that environment variables are removed...

Another question: Would it be helpful is SDK provides a different utility to improve local development experience for frontend? If yes, what that utility should look like? We can create...

I'm able to reproduce the issue using 😄 emoji only in AWS SDK for JavaScript (v3) To reproduce create an example DynamoDB table, or using the code below: createTable ```js...