@berviantoleo/feature-flag
    Preparing search index...

    @berviantoleo/feature-flag

    feature-flag

    Explore Feature Flag using AWS AppConfig

    AWS_REGION="ap-southeast-1"
    AWS_ACCESS_KEY_ID=""
    AWS_SECRET_ACCESS_KEY=""
    APP_CONFIG_APP_IDENTIFIER=""
    APP_CONFIG_CONFIG_PROFILE_IDENTIFIER=""
    APP_CONFIG_ENVIRONMENT_IDENTIFIER=""
    
    1. Setup Environment
    2. Modify demo/index.ts with your flag.
    3. Run npm install or yarn
    4. Run yarn dev or npm run dev

    MIT

    MIT License
    
    Copyright (c) 2022 Bervianto Leo Pratama
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.