# Deprecated Redirect Package

This package is a compatibility shim for existing users of:

- `@innovationson/cdk-iamuserwithaccesskey`

It re-exports:

- `@pcg-x-aws/cdk-iamuserwithaccesskey`

## Manual publish

Run these commands from this folder:

```bash
npm publish --access public
```

After publishing, mark old versions as deprecated with a migration message:

```bash
npm deprecate "@innovationson/cdk-iamuserwithaccesskey@*" "Package moved to @pcg-x-aws/cdk-iamuserwithaccesskey. Please migrate."
```

## Optional: suppress runtime warning

If needed in CI or tests:

```bash
CDK_IAMUSERWITHACCESSKEY_SILENCE_DEPRECATION=1
```
