just ommit the type specifications
```
const configuration: = {
region: 'YOUR_REGION',
secretAccessKey: 'YOUR_SECRET_ACCESS_KEY',
accessKeyId: 'YOUR_ACCESS_KEY_ID'
}
AWS.config.update(configuration)
```
just ommit the type specifications
```
const configuration: = {
region: 'YOUR_REGION',
secretAccessKey: 'YOUR_SECRET_ACCESS_KEY',
accessKeyId: 'YOUR_ACCESS_KEY_ID'
}
AWS.config.update(configuration)
```
Software Engineer | https://www.mohammadfaisal.dev/