Creates a table in DynamoDB for session storage according to provided configuration options.
Note: Table creation may also be done via the AWS Console, which might make the most sense for this use case.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Optional |
Read capacity units for table throughput. |
|
|
Optional |
Write capacity units for table throughput. |
Returns
Type |
Description |
---|---|
Returns |
Source
Method defined in extensions/dynamodbsessionhandler.class.php | Toggle source view (18 lines) | View on GitHub